From 3b6996cd8e140310c7518cfcfcf5357a4c9eb499 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 13 Mar 2017 11:25:23 +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 1c5aa0d..1840094 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ ${DEB}: .PHONY: upload 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 clean: -- 2.39.2