From c62bdf308a1b8e1293432e23f7d4c6de41620d09 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 23 May 2019 18:19:00 +0200 Subject: [PATCH] buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 471a9ae..11f0a18 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ dinstall: ${DEB} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH} + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH} .PHONY: distclean clean distclean: clean -- 2.39.2