From: Dietmar Maurer Date: Mon, 13 Aug 2018 06:29:09 +0000 (+0200) Subject: add -X to upload target X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=beb9b8695dd4d0b1ac0a4d3d8984b189b1a64013 add -X to upload target --- diff --git a/Makefile b/Makefile index 6211ad0..d1b62b6 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ $(ZFSDIR).prepared: ${ZFSSRC} .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH} .PHONY: distclean distclean: clean