buildsys: update make upload target for stretch

This commit is contained in:
Fabian Grünbichler 2017-03-13 11:25:23 +01:00
parent 156fd8f736
commit 3b6996cd8e

View File

@ -67,7 +67,7 @@ ${DEB}:
.PHONY: upload .PHONY: upload
upload: ${DEB} upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
.PHONY: clean .PHONY: clean
clean: clean: