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

This commit is contained in:
Dietmar Maurer 2017-03-08 16:57:08 +01:00
parent f245a28c2b
commit 59f4a7f9e2

View File

@ -182,7 +182,7 @@ $(DOC_DEB): index.html $(API_VIEWER_SOURCES) verify-images
.PHONY: upload
upload: ${GEN_DEB} ${DOC_DEB}
tar cf - ${GEN_DEB} ${DOC_DEB} | ssh repoman@repo.proxmox.com upload-pmg
tar cf - ${GEN_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch
.PHONY: update
update: clean