]> git.proxmox.com Git - pve-firewall.git/commitdiff
buildsys: change upload/repo dist to bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 09:39:09 +0000 (11:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 09:39:09 +0000 (11:39 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index c98886d1de8d78524df55c4e70f0f49a5e57b92b..c5a6158f7a17039ce72442d1a3ecffaf2a158faf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,4 +48,4 @@ clean:
 
 .PHONY: upload
 upload: $(DEBS)
-       tar cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
+       tar cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch ${DEB_BUILD_ARCH}