From 76ef11e73beb992838f458e0b225aeccbb3d80af Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 21:11:51 +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 9bf8734..04ad80e 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ download: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${DEB_BUILD_ARCH} + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH} distclean: clean -- 2.39.2