From 38349000af682a542ca716ce05c665009038424e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 21:34:47 +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 9d801c89..68470c00 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ $(DEB): upload: ${DEB} check # check if working directory is clean git diff --exit-code --stat && git diff --exit-code --stat --staged - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pve --dist stretch + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pve --dist buster .PHONY: install install: vzdump-hook-script.pl -- 2.39.5