Makefile: use "ssh -X" for upload
This commit is contained in:
parent
8f5d98e4b7
commit
7fffbe322d
2
Makefile
2
Makefile
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user