From beb9b8695dd4d0b1ac0a4d3d8984b189b1a64013 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 13 Aug 2018 08:29:09 +0200 Subject: [PATCH] add -X to upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2