update make upload target

This commit is contained in:
Wolfgang Bumiller 2017-03-13 14:22:49 +01:00
parent 32e103770b
commit 1d9bdf9dc6

View File

@ -53,7 +53,7 @@ $(DEB):
.PHONY: upload
upload: ${DEB} check
./repoid.pl .git check
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload -product pve -dist jessie
#.PHONY: poupload
#poupload: