From 5a59201c2093bd1902dc97df19bd786a503bc31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 21 Jul 2022 15:07:05 +0200 Subject: [PATCH] upload to all products MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and skip lib package upload Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb502a6..5344d66 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ dinstall: $(DEB) .PHONY: upload upload: $(DEB) - tar cf - $(DEB) $(DBG_DEB) $(LIB_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye --arch $(DEB_BUILD_ARCH) + tar cf - $(DEB) $(DBG_DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye --arch $(DEB_BUILD_ARCH) .PHONY: distclean distclean: clean