mirror of
https://git.proxmox.com/git/proxmox-firewall
synced 2025-08-06 02:51:19 +00:00
buildsys: add upload target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
58f0d831d9
commit
11954b1a08
5
Makefile
5
Makefile
@ -67,3 +67,8 @@ clean:
|
||||
rm -f *.deb *.build *.buildinfo *.changes *.dsc $(PACKAGE)*.tar*
|
||||
rm -rf $(PACKAGE)-[0-9]*/
|
||||
find . -name '*~' -exec rm {} ';'
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEB) $(DBG_DEB)
|
||||
tar cf - $(DEB) $(DBG_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST)
|
||||
|
Loading…
Reference in New Issue
Block a user