mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-06-02 12:15:02 +00:00
Makefile: use "--product pve --dist jessie" for upload target
This commit is contained in:
parent
666d3ae1d1
commit
fb2d3c89cd
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 repoman@repo.proxmox.com -- upload --product pve --dist jessie
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f examples/simple-demo.pem
|
rm -f examples/simple-demo.pem
|
||||||
|
Loading…
Reference in New Issue
Block a user