[Git][qa/jenkins.debian.net][master] trbo: don't install diffoscope when bootstrapping a suite
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Aug 21 16:01:59 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0a8876f4 by Holger Levsen at 2026-08-21T17:01:48+02:00
trbo: don't install diffoscope when bootstrapping a suite
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/schroot-create.sh
Changes:
=====================================
bin/schroot-create.sh
=====================================
@@ -143,9 +143,8 @@ bootstrap() {
echo "This node is reported to run in the future, configuring APT to ignore the Release file expiration..."
DEBOOTSTRAP+=(--aptopt='Acquire::Check-Valid-Until "false"')
fi
- if [ "$1" = "diffoscope" ] ; then
- DEBOOTSTRAP+=(--include=diffoscope --aptopt='Apt::Install-Recommends "true"')
- fi
+ # do not install diffoscope in bootstrap() to allow bootstrapping
+ # when diffoscope is temporarily not available in a suite
set -x
"${DEBOOTSTRAP[@]}" "$SUITE" "$MMDEBSTRAP_TARGET" "$MIRROR" | tee "$TMPLOG"
local rt="${PIPESTATUS[0]}"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0a8876f47f360fd9d34763f3bd56728a90537015
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0a8876f47f360fd9d34763f3bd56728a90537015
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260821/fee207aa/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list