From 2ee7e8132783c4f292facb1c55136a25d2bb31d4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 4 Mar 2025 16:34:34 +0100 Subject: [PATCH] buildsys: add PDM to upload target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4df2138..6b400ab 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ sbuild: $(DSC) .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB) - tar cf - $(DEB)|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) + tar cf - $(DEB)|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pdm --dist $(UPLOAD_DIST) .PHONY: clean distclean distclean: clean