From: Thomas Lamprecht Date: Wed, 22 May 2019 11:16:39 +0000 (+0200) Subject: buildsys: switch upload dist over to buster X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=35331863db4cce9f5a31dee076294a0b8ebb7b4a;p=pve-container.git buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 302a191..fed0640 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ distclean: clean .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster