From 7fffbe322de789c81d9038587a37782dbcaa8b61 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 14 Mar 2017 07:59:01 +0100 Subject: [PATCH] Makefile: use "ssh -X" for upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c068967..b3136db0 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ $(DEB): .PHONY: upload upload: ${DEB} check ./repoid.pl .git check - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pve --dist stretch #.PHONY: poupload #poupload: