buildsys: upload package also to devel and pdm repositories

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-12-15 21:36:49 +01:00
parent 8c8f842c82
commit 135d98961f

View File

@ -34,7 +34,7 @@ sbuild: $(DSC)
.PHONY: upload
upload: $(DEB)
tar cf - $(DEB)|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pbs-client,infra --dist bookworm
tar cf - $(DEB)|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pbs-client,pdm,infra,devel --dist bookworm
.PHONY: distclean
distclean: clean