]> git.proxmox.com Git - vncterm.git/commitdiff
buildsys: change upload dist to bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 16 May 2021 17:06:38 +0000 (19:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 May 2021 09:14:08 +0000 (11:14 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 1ee289da5484da6afc76c85b0979be8392995027..746b81e99ddf8409e130d8903e5e322a8a327247 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye
 
 .PHONY: clean
 clean: