]> git.proxmox.com Git - lxcfs.git/commitdiff
switch upload dist to bookworm
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 13:15:57 +0000 (15:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 14:44:56 +0000 (16:44 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index a5e36ff1905926cab4a82ad2c8a18caa8cb2418c..a533ff88caa2bba65f746de2370b5f64415c2deb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
 
 .PHONY: upload
 upload: $(DEBS)
-       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist bullseye
+       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist bookworm
 
 .PHONY: clean distclean
 clean: