From 68ab3fce3171930428fdfe9e51497ab83754a48c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 5 Apr 2018 12:23:17 +0200 Subject: [PATCH] use ssh -X for upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0974173..a453959 100644 --- a/Makefile +++ b/Makefile @@ -45,5 +45,5 @@ check: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch + tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch -- 2.39.2