buildsys: upload: switch product to devel and dist to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-30 13:34:27 +02:00
parent 3f7152383b
commit 082c868535

View File

@ -54,8 +54,8 @@ dinstall: $(DEB)
dpkg -i $(DEB) dpkg -i $(DEB)
.PHONY: upload .PHONY: upload
upload: $(DEB) $(DBG_DEB) upload: $(DEB)
tar cf - $(DEB) $(DBG_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pbs,pmg,pve --dist buster --arch $(DEB_BUILD_ARCH) tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye --arch $(DEB_BUILD_ARCH)
.PHONY: distclean .PHONY: distclean
distclean: clean distclean: clean