From: Thomas Lamprecht Date: Thu, 23 May 2019 16:19:56 +0000 (+0200) Subject: buildsys: switch upload dist over to buster X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=71f03196c7851ffba57f626f318eed51255258a6;hp=6b9da9b01e944bc756d51029303eab22e9cbac8b buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 9cd2947..c98886d 100644 --- 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 stretch --arch ${DEB_BUILD_ARCH} + tar cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}