]> git.proxmox.com Git - pve-firewall.git/commitdiff
buildsys: switch upload dist over to buster
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 16:19:56 +0000 (18:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 16:19:56 +0000 (18:19 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

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