buildsys: add missing products to upload target

and drop irrelevant arch

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-11-27 15:11:53 +01:00
parent ac337410f9
commit 16f1470268

View File

@ -21,7 +21,7 @@ ${DEB}: debian
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch ${ARCH}
tar cf - ${DEB}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pbs-client,infra --dist bullseye
.PHONY: distclean
distclean: clean