add -X to upload target
This commit is contained in:
parent
b6fe45e6d5
commit
beb9b8695d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue