From 3396e08126abe7b3db351809fbc906f223f69568 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 07:39:03 +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 af2c50c..6e498d9 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ install: ${BTDATA} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster .PHONY: clean distclean distclean: clean -- 2.39.2