From 1c2b442a0b636d7812565d267676705b52df27a3 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Mar 2017 17:11:42 +0100 Subject: [PATCH] Makefile: use "--product pve,pmg --dist stretch" for upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c71666..3f424ec 100644 --- a/Makefile +++ b/Makefile @@ -55,4 +55,4 @@ clean: .PHONY: upload upload: ${DEB} - tar -cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch -- 2.39.5