[Git][qa/jenkins.debian.net][master] 2 commits: Revert "rdn: disable everything (to migrate everything to pull184)"
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Sep 25 00:16:16 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f53f1415 by Holger Levsen at 2025-09-25T01:11:32+02:00
Revert "rdn: disable everything (to migrate everything to pull184)"
This reverts commit 66c7c6c5bebd1420865c0c2ec497a27d3a3ea4d2.
- - - - -
541ec29b by Holger Levsen at 2025-09-25T01:16:07+02:00
rdn: update pkgsync and cron and back for all archs to move to pull184
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4 changed files:
- bin/rebuilderd_db_backup.sh
- bin/rebuilderd_db_backup_compress.sh
- bin/rebuilderd_pkgsync.sh
- hosts/osuosl5-amd64/etc/cron.d/rebuilderd
Changes:
=====================================
bin/rebuilderd_db_backup.sh
=====================================
@@ -9,8 +9,6 @@
# rbuilderd should not be running when this is run to ensure db consistancy.
# this is enforced by the service running this
-exit 0
-
set -e
if [ -z "$1" ] ; then
=====================================
bin/rebuilderd_db_backup_compress.sh
=====================================
@@ -3,8 +3,6 @@
# Copyright 2025 Holger Levsen (holger at layer-acht.org)
# released under the GPLv2
-exit 0
-
#
# compress all rebuilderd backups from today
#
=====================================
bin/rebuilderd_pkgsync.sh
=====================================
@@ -3,14 +3,12 @@
# Copyright 2025 Holger Levsen (holger at layer-acht.org)
# released under the GPLv2
-exit 0
-
set -e
set -o pipefail # see eg http://petereisentraut.blogspot.com/2010/11/pipefail.html
ARCH=$1
-REBUILDCTL=/usr/bin/rebuildctl
-PROFILES=main
+REBUILDCTL=/usr/local/usr/bin/rebuildctl
+PROFILES="main security"
#
# choose correct port
#
@@ -18,14 +16,10 @@ case $ARCH in
all) PORT=8489
;;
all-pull184) PORT=8495
- REBUILDCTL=/usr/local/usr/bin/rebuildctl
- PROFILES="main security"
;;
amd64) PORT=8484
;;
amd64-pull184) PORT=8494
- REBUILDCTL=/usr/local/usr/bin/rebuildctl
- PROFILES="main security"
;;
arm64) PORT=8486
;;
=====================================
hosts/osuosl5-amd64/etc/cron.d/rebuilderd
=====================================
@@ -1,5 +1,3 @@
MAILTO=root
-42 */3 * * * rebuilderd exit 0 # for arch in all amd64 arm64 armel armhf i386 ppc64el riscv64 ; do mkdir -p /srv/rebuilderd/$arch/stats/ && /srv/jenkins/bin/rebuilderd_stats.py $arch /srv/rebuilderd/$arch/rebuilderd.db trixie --cache /srv/rebuilderd/$arch/stats/cache.pickle /srv/rebuilderd/$arch/stats/ ; done
-0 */3 * * * rebuilderd exit 0 # for arch in all-pull184 amd64-pull184 ; do for release in trixie trixie-proposed-updates trixie-updates trixie-security trixie-backports forky unstable experimental ; do mkdir -p /srv/rebuilderd/$arch/stats/$release && /srv/jenkins/bin/rebuilderd_stats.py $arch /srv/rebuilderd/$arch/rebuilderd.db $release --cache /srv/rebuilderd/$arch/stats/$release/cache.pickle /srv/rebuilderd/$arch/stats/$release ; /srv/jenkins/bin/rebuilderd_graph.sh $arch $release ; done ; done
-23 0,6,12,18 * * * rebuilderd exit 0 # for arch in all amd64 arm64 armel armhf i386 ppc64el riscv64 ; do /srv/jenkins/bin/rebuilderd_graph.sh $arch ; done
+42 */3 * * * rebuilderd for arch in all-pull184 amd64-pull184 all amd64 arm64 armel armhf i386 ppc64el riscv64 ; do for release in trixie trixie-proposed-updates trixie-updates trixie-security trixie-backports forky unstable experimental ; do mkdir -p /srv/rebuilderd/$arch/stats/$release && /srv/jenkins/bin/rebuilderd_stats.py $arch /srv/rebuilderd/$arch/rebuilderd.db $release --cache /srv/rebuilderd/$arch/stats/$release/cache.pickle /srv/rebuilderd/$arch/stats/$release ; /srv/jenkins/bin/rebuilderd_graph.sh $arch $release ; done ; done
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b927835fc675b9bcd7da71b00a7e25cdb67ff79c...541ec29b37a86d638026efce18f027e5d449224f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b927835fc675b9bcd7da71b00a7e25cdb67ff79c...541ec29b37a86d638026efce18f027e5d449224f
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/20250924/85fd0a03/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list