From df14c0f6911f157f330780d2a463250bab61b2a5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 3 May 2023 17:56:37 +0200 Subject: [PATCH] switch upload dist to bookworm and fix product list Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b110c42..7584fd73 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ${DSC}: ${BUILDDIR} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm .PHONY: distclean clean distclean: clean