[pve-devel] [PATCH cluster 2/3] buildsys: update make upload target for stretch

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Mar 10 13:10:05 CET 2017


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1875159..4719feb 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-	tar cf - ${DEB} ${DBG_DEB}| ssh repoman at repo.proxmox.com upload
+	tar cf - ${DEB} ${DBG_DEB}| ssh repoman at repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
 
 .PHONY: clean
 clean:
-- 
2.1.4





More information about the pve-devel mailing list