From 2e2ac3cd3d10a6dfedd50f3a189431b2e2b78ad8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 17 Jan 2025 18:24:15 +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 e08d6e2..d069d5a 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ $(ZFSDIR).prepared: $(ZFSONLINUX_SUBMODULE) .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEBS) - tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) --arch $(ARCH) + tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pdm --dist $(UPLOAD_DIST) --arch $(ARCH) .PHONY: distclean distclean: clean