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

This commit is contained in:
Dietmar Maurer 2017-03-08 17:11:42 +01:00
parent dbdde453d8
commit 1c2b442a0b

View File

@ -55,4 +55,4 @@ clean:
.PHONY: upload
upload: ${DEB}
tar -cf - ${DEB} | ssh repoman@repo.proxmox.com upload
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch