Makefile: use "--product pve --dist jessie" for upload target

This commit is contained in:
Dietmar Maurer 2017-03-10 08:56:37 +01:00
parent 666d3ae1d1
commit fb2d3c89cd

View File

@ -75,7 +75,7 @@ install: ${BTDATA}
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie
distclean: clean
rm -f examples/simple-demo.pem