[Git][qa/jenkins.debian.net][master] 3 commits: update fasttrack to trixie (for openqa worker)
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Aug 10 11:38:20 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a35c9ab3 by Philip Hands at 2025-08-10T12:34:40+02:00
update fasttrack to trixie (for openqa worker)
(cherry picked from commit caef815506c86439f970b294079694be2647e9f0)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
056451ba by Roland Clobus at 2025-08-10T12:35:29+02:00
osuosl3: Add swtpm
Add a software TPM module for the openQA worker. The TPM module is
needed for the installation of Windows 11 (which is used as a basis for
testing dual boot with Debian)
(cherry picked from commit d6c9638d677711e32f65a905d76a0b0b13789cd1)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
f51f3130 by Roland Clobus at 2025-08-10T12:35:39+02:00
reproducible debian live: Celebrate the release of trixie
Trixie has been released, so stop building bullseye and start building
forky
(cherry picked from commit f4a0ccea0bec66cff80bfaf9655482c9b0002da6)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- hosts/osuosl3-amd64/etc/apt/sources.list.d/bookworm-fasttrack.list
- job-cfg/reproducible.yaml
- update_jdn.sh
Changes:
=====================================
hosts/osuosl3-amd64/etc/apt/sources.list.d/bookworm-fasttrack.list
=====================================
@@ -1,8 +1 @@
-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
+deb [signed-by=/usr/share/keyrings/fasttrack-archive-keyring.gpg] http://fasttrack.debian.net/debian-fasttrack/ trixie-fasttrack main contrib
=====================================
job-cfg/reproducible.yaml
=====================================
@@ -926,15 +926,15 @@
- standard
- xfce
debian_version:
- - bullseye:
- my_timed: 'H H 16 * *' # The 16th day of a month, sometime during the day
- my_keep_build_days: 95 # About 3 months of history
- installer_origin: 'archive'
- bookworm:
my_timed: 'H H 1 * *' # The 1st day of a month, sometime during the day
- my_keep_build_days: 95 # About one month of history
+ my_keep_build_days: 95 # About 3 months of history
installer_origin: 'archive'
- trixie:
+ my_timed: 'H H 16 * *' # The 16th day of a month, sometime during the day
+ my_keep_build_days: 95 # About 3 months of history
+ installer_origin: 'archive'
+ - forky:
my_timed: 'H H * * 4' # Every Thursday, sometime during the day
my_keep_build_days: 31 # About one month of history
installer_origin: 'git'
=====================================
update_jdn.sh
=====================================
@@ -431,6 +431,7 @@ if [ -f /etc/debian_version ] ; then
# needed for rebuilding Debian (using .buildinfo files)
osuosl3*) DEBS="$DEBS libdpkg-perl libwww-mechanize-perl sbuild"
DEBS="$DEBS live-build" # needed for live-build
+ DEBS="$DEBS swtpm" # needed for openqa-worker
DEBS="$DEBS cdebootstrap cdebootstrap-static" ;; # needed for testing just that
*) ;;
esac
@@ -533,7 +534,8 @@ if [ -f /etc/debian_version ] ; then
PREDEBS="$PREDEBS
fasttrack-archive-keyring"
DEBS="$DEBS
- openqa-worker/bookworm-fasttrack
+ openqa-worker/trixie-fasttrack
+ os-autoinst/trixie-fasttrack
apt-cacher-ng
apt-show-versions
nfs-common
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/014eff0c9438daac83fc9bcde37c2bd08c68c5a4...f51f3130832af78d9184e24e7ccf48ef61f06317
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/014eff0c9438daac83fc9bcde37c2bd08c68c5a4...f51f3130832af78d9184e24e7ccf48ef61f06317
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/20250810/62a188aa/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list