From bef50766a5854f5961c86bc3385751557c4efc44 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 10:22:39 +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 ba608838..2b110c42 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ${DSC}: ${BUILDDIR} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster .PHONY: distclean clean distclean: clean