mirror of
git://git.proxmox.com/git/pve-http-server.git
synced 2025-02-01 05:47:15 +03:00
Makefile: use "--product pve,pmg --dist stretch" for upload target
This commit is contained in:
parent
666d3ae1d1
commit
fd03f0e31f
2
Makefile
2
Makefile
@ -75,7 +75,7 @@ install: ${BTDATA}
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
|
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f examples/simple-demo.pem
|
rm -f examples/simple-demo.pem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user