From 0497e87650b5705a1a7c33f55caf6211736239d1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 17 Jan 2025 16:59:59 +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 82630da..eb046e0 100644 --- a/Makefile +++ b/Makefile @@ -90,4 +90,4 @@ distclean: clean .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEBS) - tar -cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) --arch $(DEB_HOST_ARCH) + tar -cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pdm --dist $(UPLOAD_DIST) --arch $(DEB_HOST_ARCH)