From ced20272d28f9d03fedb957f11d2ef3117c31a46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 10 Mar 2017 13:33:25 +0100 Subject: [PATCH] buildsys: update make upload target for stretch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f895608..ed78c6c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ download: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH} .PHONY: clean clean: -- 2.39.2