Makefile: use "ssh -X" for upload

This commit is contained in:
Dietmar Maurer 2017-03-14 07:59:01 +01:00
parent 8f5d98e4b7
commit 7fffbe322d

View File

@ -54,7 +54,7 @@ $(DEB):
.PHONY: upload
upload: ${DEB} check
./repoid.pl .git check
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pve --dist stretch
#.PHONY: poupload
#poupload: