From: Thomas Lamprecht Date: Thu, 23 May 2019 16:17:45 +0000 (+0200) Subject: buildsys: switch upload dist over to buster X-Git-Url: https://git.proxmox.com/?p=pve-qemu.git;a=commitdiff_plain;h=fbbadb8b398f1de834e7cc8e081f11557ab77b72 buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 2c3156a..93301b1 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ update: .PHONY: upload upload: $(DEBS) - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist buster .PHONY: distclean clean distclean: clean