mirror of
https://git.proxmox.com/git/corosync-pve.git
synced 2025-08-16 16:56:13 +00:00
buildsys: change upload dist to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2c021cc756
commit
edaaea928e
2
Makefile
2
Makefile
@ -71,7 +71,7 @@ submodule:
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${DEBS}
|
||||
tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
|
||||
tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${DEB_BUILD_ARCH}
|
||||
|
||||
.PHONY: clean
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user