From 135d98961fc240a447dbc91ecc03bee68c690b6a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 15 Dec 2024 21:36:49 +0100 Subject: [PATCH] buildsys: upload package also to devel and pdm repositories Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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