mirror of
https://git.proxmox.com/git/pve-storage
synced 2025-10-04 19:41:41 +00:00
buildsys: derive upload dist automatically
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ece47540d3
commit
39d9fb2440
3
Makefile
3
Makefile
@ -33,8 +33,9 @@ clean:
|
|||||||
rm -rf $(PACKAGE)-[0-9]*/ *.deb *.dsc *.build *.buildinfo *.changes $(PACKAGE)*.tar.*
|
rm -rf $(PACKAGE)-[0-9]*/ *.deb *.dsc *.build *.buildinfo *.changes $(PACKAGE)*.tar.*
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
|
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||||
upload: $(DEB)
|
upload: $(DEB)
|
||||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye
|
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST)
|
||||||
|
|
||||||
dsc: $(DSC)
|
dsc: $(DSC)
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
|
Loading…
Reference in New Issue
Block a user