From 97f96d3fa9e02ac55cbe25c4ebd65ac6e961331d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 13 Mar 2017 09:08:38 +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 489a51f..a2207d1 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,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 amd64 .PHONY: distclean distclean: clean -- 2.39.2