From 59f4a7f9e2a13e0f860824861df39bdbd87ccc6a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Mar 2017 16:57:08 +0100 Subject: [PATCH] Makefile: use "--product pmg --dist stretch" for upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6996de..320ab89 100644 --- a/Makefile +++ b/Makefile @@ -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