aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2023-07-09 23:58:49 -0400
committerTheodore Ts'o <tytso@mit.edu>2023-07-10 09:00:46 -0400
commitd9be6e0e000053d0cb19c750497d1d9d65895d10 (patch)
tree1279da4588ed60364f3db2a449a423f68fb4a813
parent835e610f676a25d340c96c93db5b40010e91e6c8 (diff)
downloadxfstests-bld-d9be6e0e000053d0cb19c750497d1d9d65895d10.tar.gz
Use Debian Bookworm by default
Change setup-buildchroot and the selftests and top-level configs to use Debian Bookworm by default. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--config4
-rw-r--r--selftests/config2
-rwxr-xr-xsetup-buildchroot2
3 files changed, 4 insertions, 4 deletions
diff --git a/config b/config
index ea2afe88..13b95962 100644
--- a/config
+++ b/config
@@ -6,8 +6,8 @@ BUILD_ENV=
SUDO_ENV=sudo
# Uncomment these to use the specified Debian chroot by default
#
-#BUILD_ENV="schroot -c bullseye-amd64 --"
-#SUDO_ENV="schroot -c bullseye-amd64 -u root --"
+#BUILD_ENV="schroot -c bookworm-amd64 --"
+#SUDO_ENV="schroot -c bookworm-amd64 -u root --"
# Uncomment this to build a root_fs.tar.gz by default rather than a root_fs.img
#
diff --git a/selftests/config b/selftests/config
index 3c1ef4e4..8d7e94cd 100644
--- a/selftests/config
+++ b/selftests/config
@@ -17,4 +17,4 @@ KSRC=/usr/src/linux
# The build chroots $DISTRO-$ARCH must exist for architectures
# amd64, i386, and arm64
#
-DISTRO=bullseye
+DISTRO=bookworm
diff --git a/setup-buildchroot b/setup-buildchroot
index ff2b01f0..58dd1d0a 100755
--- a/setup-buildchroot
+++ b/setup-buildchroot
@@ -12,7 +12,7 @@ SCRIPTDIR="$(readlink -f "$(dirname "$0")")"
INTERACTIVE=true
DEBIAN_RELEASE=
-DEBIAN_RELEASE_DEFAULT=bullseye
+DEBIAN_RELEASE_DEFAULT=bookworm
DEBIAN_PORTS_RELEASE_DEFAULT=unstable
DEBIAN_KEYRING=