add -X to upload target

This commit is contained in:
Dietmar Maurer 2018-08-13 08:29:09 +02:00
parent b6fe45e6d5
commit beb9b8695d

View file

@ -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