From 1e116e025439432cd42c3894dcaaafeb06bf8653 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Sun, 12 Feb 2023 20:46:12 +0100 Subject: debian: T5003: Update to to Debian 12 "Bookworm" * Remove obsolete packages and dependencies --- scripts/make-version-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/make-version-file b/scripts/make-version-file index e6d327ab..a5d94a65 100755 --- a/scripts/make-version-file +++ b/scripts/make-version-file @@ -108,11 +108,11 @@ PRETTY_NAME="VyOS {version} ({build_config['release_train']})" NAME="VyOS" VERSION_ID="{version}" VERSION="{version} ({build_config['release_train']})" -VERSION_CODENAME=bullseye +VERSION_CODENAME=bookworm ID=vyos HOME_URL="https://vyos.io" SUPPORT_URL="https://support.vyos.io" -BUG_REPORT_URL="https://phabricator.vyos.net" +BUG_REPORT_URL="https://vyos.dev" """ os.makedirs(os.path.join(defaults.CHROOT_INCLUDES_DIR, 'usr/share/vyos'), exist_ok=True) -- cgit v1.2.3