[Git][qa/jenkins.debian.net][master] enable debian-fasttrack, for openqa-worker updates
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jul 3 10:38:34 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bf571b0d by Philip Hands at 2025-07-03T11:38:24+02:00
enable debian-fasttrack, for openqa-worker updates
(cherry picked from commit e1ce8e33cfc49970a21581c4c7a3270b7c9f058b)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- + hosts/osuosl3-amd64/etc/apt/sources.list.d/bookworm-fasttrack.list
- update_jdn.sh
Changes:
=====================================
hosts/osuosl3-amd64/etc/apt/sources.list.d/bookworm-fasttrack.list
=====================================
@@ -0,0 +1,8 @@
+deb http://fasttrack.debian.net/debian-fasttrack/ bookworm-fasttrack main contrib
+
+######
+### This should really have a `signed-by`, but the bookworm version of the
+### fasttrack keyring package is still doing the oldschool thing of providing a
+### keyring in /etc/apt/trusted.gpg.d -- the trixie line should look like this:
+
+# deb [signed-by=/usr/share/keyrings/fasttrack-archive-keyring.gpg] http://fasttrack.debian.net/debian-fasttrack/ trixie-fasttrack main contrib
=====================================
update_jdn.sh
=====================================
@@ -530,8 +530,10 @@ if [ -f /etc/debian_version ] ; then
esac
case $HOSTNAME in
osuosl3-amd64)
+ PREDEBS="$PREDEBS
+ fasttrack-archive-keyring"
DEBS="$DEBS
- openqa-worker
+ openqa-worker/bookworm-fasttrack
apt-cacher-ng
apt-show-versions
nfs-common
@@ -692,6 +694,7 @@ if [ -f /etc/debian_version ] ; then
MASTERDEBS=""
fi
$UP2DATE || sudo apt-get update
+ $UP2DATE || [ -z "$PREDEBS" ] || sudo apt-get install $PREDEBS
$UP2DATE || sudo apt-get install $DEBS $MASTERDEBS
# for varying kernels:
# - we use bpo kernels on osuosl2 and ionos5+15 and infom02+08
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bf571b0df74e760db7d0f04d237337e381809a8a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bf571b0df74e760db7d0f04d237337e381809a8a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250703/91ca9d61/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list