From 50963f829aab07b041b0203c8fa9e5a867fa6b23 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 21 May 2019 18:34:43 +0200 Subject: [PATCH] buildsys: change upload dist to buster Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c02ba14..c809b01 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ update-pve-common: .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist stretch + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist buster distclean: clean -- 2.39.2