buildsys: change upload dist to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-16 17:51:14 +02:00
parent 2c021cc756
commit edaaea928e

View File

@ -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