From: Dietmar Maurer Date: Thu, 5 Apr 2018 10:26:48 +0000 (+0200) Subject: use ssh -X for upload target X-Git-Url: https://git.proxmox.com/?p=pve-cluster.git;a=commitdiff_plain;h=dff91b216eb4194c9ff99deb0230c065fefc34be use ssh -X for upload target --- diff --git a/Makefile b/Makefile index 3d0a115..c698d77 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ${DEB}: .PHONY: upload upload: ${DEB} ${DBG_DEB} - tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH} + tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH} .PHONY: clean clean: