]> git.proxmox.com Git - spiceterm.git/commitdiff
buildsys: change upload dist to bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 16 May 2021 16:53:53 +0000 (18:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 16 May 2021 16:53:53 +0000 (18:53 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 11f0a18943ee765777aa4689c0a12ea71d514208..4fdd0f2b9a810e5e4d691893d9311c276dbe610a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ dinstall: ${DEB}
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH}
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${ARCH}
 
 .PHONY: distclean clean
 distclean: clean