From f0982ad94b2f47f77146635a18907ce6897f9d73 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 20 May 2021 20:54:07 +0200 Subject: [PATCH] buildsys: change upload/config dist to bullseye Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- configs/pve-sources.list | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e23327d9e..2be2972fd 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,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 buster + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pve --dist bullseye .PHONY: install install: vzdump-hook-script.pl diff --git a/configs/pve-sources.list b/configs/pve-sources.list index 2a4e596d1..9a763cbcd 100644 --- a/configs/pve-sources.list +++ b/configs/pve-sources.list @@ -1 +1 @@ -deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise +deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise