From: Thomas Lamprecht Date: Wed, 3 May 2023 15:43:34 +0000 (+0200) Subject: switch upload dist to bookworm X-Git-Url: https://git.proxmox.com/?p=dab.git;a=commitdiff_plain;h=92a69a670110beb86b68b0990e936ecc750a8e35 switch upload dist to bookworm Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 1340920..8df494c 100644 --- a/Makefile +++ b/Makefile @@ -92,4 +92,4 @@ distclean: clean .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bookworm