From dc32375fd7df1b03c2a42e9372de19b6843ef0d0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 18 Feb 2025 18:19:03 +0100 Subject: [PATCH] buildsys: upload schema package also to PDM repo Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c214bc..655a675 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,4 @@ clean: upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEBS) tar cf - $(DEBS)|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist $(UPLOAD_DIST) - tar cf - $(DEB_ACME_PLUGS)|ssh -X repoman@repo.proxmox.com -- upload --product pbs --dist $(UPLOAD_DIST) + tar cf - $(DEB_ACME_PLUGS)|ssh -X repoman@repo.proxmox.com -- upload --product pbs,pdm --dist $(UPLOAD_DIST)