From 36ba555cfc112912c7fc3fb30626b884079aae1b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 15:39:34 +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 e865d0d..2e63165 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ ${KERNEL_DEB}: debian .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch + tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster .PHONY: clean distclean distclean: clean -- 2.39.2