diff --git a/Makefile b/Makefile index 27d26d0..d55476c 100644 --- a/Makefile +++ b/Makefile @@ -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