From b58bab78da6206763d544b7a1fd43bb6272425f4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 27 Mar 2023 18:16:25 +0200 Subject: [PATCH] buildsys: upload to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1e2714..9a99895 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ doc-install: index.html $(API_VIEWER_SOURCES) verify-images .PHONY: upload upload: ${GEN_DEB} ${DOC_DEB} - tar cf - ${GEN_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch + tar cf - ${GEN_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist bullseye .PHONY: update update: clean