mirror of
https://git.proxmox.com/git/frr
synced 2025-04-28 10:34:00 +00:00
buildsys: fix upload target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
57f2d9e9b2
commit
feb3929319
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ ${DEB}: | submodule
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${DEB}
|
||||
tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pmg,pve --dist stretch
|
||||
tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye
|
||||
|
||||
.PHONY: distclean
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user