From: Thomas Lamprecht Date: Tue, 21 May 2019 12:10:03 +0000 (+0200) Subject: buildsys: change upload dist to buster X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=4d7b1156cce8fb1e22a153c348f021ea4c9f1740 buildsys: change upload dist to buster Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index e50fd7c..f0c4742 100644 --- a/Makefile +++ b/Makefile @@ -50,5 +50,4 @@ install: .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch - + tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster