From bd63af3c3b54b93b006ecf36b7ea116d6a06c58e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 23 May 2023 11:27:56 +0200 Subject: [PATCH] make upload: bump dist to bookworm Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f244ee3..5a7dc290 100644 --- a/Makefile +++ b/Makefile @@ -72,4 +72,4 @@ update: dcmd --deb rust-$*_*.changes \ | grep -v '.changes$$' \ | tar -cf "$@.tar" -T-; \ - cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye + cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bookworm