summaryrefslogtreecommitdiffstats
path: root/share/build-scripts/debconf.d/0003-debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 18:33:21 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2025-01-26 19:09:40 +0000
commit24a989ce10f90df465a651441b50bc72e3b093e3 (patch)
treea91106543899c7d2dec6044221444bd5f2868b16 /share/build-scripts/debconf.d/0003-debconf
parentRemoving automatic inclusion of apt-transport-https when using https in conta... (diff)
downloadcompute-tools-24a989ce10f90df465a651441b50bc72e3b093e3.tar.xz
compute-tools-24a989ce10f90df465a651441b50bc72e3b093e3.zip
Adding support for Debian trixie in debconf container build-script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/build-scripts/debconf.d/0003-debconf')
-rwxr-xr-xshare/build-scripts/debconf.d/0003-debconf8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/build-scripts/debconf.d/0003-debconf b/share/build-scripts/debconf.d/0003-debconf
index b5b252b..dd2a7c7 100755
--- a/share/build-scripts/debconf.d/0003-debconf
+++ b/share/build-scripts/debconf.d/0003-debconf
@@ -86,8 +86,8 @@ Distribution ()
then
case "${MODE}" in
debian)
- db_subst container/distribution CHOICES "Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux 12 \"bookworm\", Debian GNU/Linux testing, Debian GNU/Linux unstable/sid"
- db_subst container/distribution CHOICES_C "buster, bullseye, bookworm, testing, sid"
+ db_subst container/distribution CHOICES "Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux 12 \"bookworm\", Debian GNU/Linux 13 \"trixie\", Debian GNU/Linux testing, Debian GNU/Linux unstable/sid"
+ db_subst container/distribution CHOICES_C "buster, bullseye, bookworm, trixie, testing, sid"
db_set container/distribution bookworm
db_fset container/distribution seen false
@@ -523,7 +523,7 @@ Archive_areas ()
ARCHIVE_AREAS="${RET}"
case "${PARENT_DISTRIBUTION}" in
- bookworm|testing|sid)
+ bookworm|trixie|testing|sid)
ARCHIVE_AREAS_ALL="main, contrib, non-free, non-free-firmware"
;;
@@ -583,7 +583,7 @@ Parent_archive_areas ()
PARENT_ARCHIVE_AREAS="${RET}" # multiselect (w/o empty)
case "${PARENT_DISTRIBUTION}" in
- bookworm|testing|sid)
+ bookworm|trixie|testing|sid)
PARENT_ARCHIVE_AREAS_ALL="main, contrib, non-free, non-free-firmware"
;;