From d6fc193816048785f863d6ac3449a992ca6b4a6e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 9 Jul 2020 15:00:38 +0200 Subject: [PATCH] use ssh -X for upload Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1081d81..e035a4d 100644 --- a/Makefile +++ b/Makefile @@ -73,5 +73,5 @@ distclean: clean .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster