buildsys: upload to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-28 17:00:36 +02:00
parent 8eeab2adf0
commit 3f12c7fed7

View File

@ -54,7 +54,7 @@ dinstall: ${DEB}
.PHONY: upload
upload: ${DEB} ${DBG_DEB}
tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist buster --arch ${DEB_BUILD_ARCH}
tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye --arch ${DEB_BUILD_ARCH}
.PHONY: distclean
distclean: clean