From b542702d85d1e4997798745655205775e13a1596 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Mar 2017 17:03:11 +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 380b7ec..1c41a8d 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ install: proxmoxlib.js .PHONY: upload upload: ${DEB} - # fixme tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch distclean: clean