From: Thomas Lamprecht Date: Tue, 21 May 2019 19:08:05 +0000 (+0200) Subject: buildsys: switch upload dist over to buster X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f7468cd95cdee8184074d8cbe25116d78dcca7e5;p=pve-guest-common.git buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 80bde82..213edbf 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ install: PVE .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster distclean: clean