Makefile: use "--product pve,pmg --dist stretch" for upload target

This commit is contained in:
Dietmar Maurer 2017-03-08 17:03:11 +01:00
parent 869439b1e9
commit b542702d85

View File

@ -63,7 +63,7 @@ install: proxmoxlib.js
.PHONY: upload
upload: ${DEB}
# fixme tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
distclean: clean