From e9e26d62f20105306bd04fd288a308cf63122440 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 10 Jul 2019 17:04:54 +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 e05e47d..bd5fb88 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ${DEBS}: ${PKGSRC} .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH} + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH} distclean: clean -- 2.39.2