mirror of
https://git.proxmox.com/git/frr
synced 2025-04-29 11:20:04 +00:00
buildsys: derive upload dist automatically
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
44168133af
commit
3ceac3ba71
3
Makefile
3
Makefile
@ -60,8 +60,9 @@ sbuild: $(DSC)
|
|||||||
sbuild --profiles="pkg.frr.nortrlib" $<
|
sbuild --profiles="pkg.frr.nortrlib" $<
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
|
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||||
upload: $(DEBS)
|
upload: $(DEBS)
|
||||||
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye
|
tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST)
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user