[Git][qa/jenkins.debian.net][master] rdn: be more verbose what sources are being tried to downloaded
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri May 9 12:07:37 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d0e38b30 by Holger Levsen at 2025-05-09T13:07:06+02:00
rdn: be more verbose what sources are being tried to downloaded
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
12 changed files:
- TODO.r.d.n
- bin/djm
- hosts/codethink01-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/codethink02-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/codethink05-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/common-ppc64el/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/common-riscv64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/infom07-i386/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/infom08-i386/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/ionos17-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/osuosl4-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/osuosl5-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
Changes:
=====================================
TODO.r.d.n
=====================================
@@ -5,6 +5,10 @@ todo for enabling sid again:
- scheduling should be fixed
- json could also be split
+todo for rebuilderd munin plugins, for each arch
+ - queue size
+ - rebuilds per day, total builds per day
+
old plan, currenlty on hold: setup unstable/amd64 and all
using infom01+02
fix riscv64 nodes:
=====================================
bin/djm
=====================================
@@ -445,7 +445,7 @@ get_arch_color() {
*i386*) BG=lightblue ;;
*arm64*) BG=orange ;;
*armhf*) BG=lightyellow ;;
- *riscv64*) BG=purple ;;
+ *riscv64*) BG=orchid1 ;;
*ppc64el*) BG=brown ;;
*jenkins.debian.*) BG=yellow ;;
rb-mail*) BG=pink ;;
=====================================
hosts/codethink01-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/codethink02-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/codethink05-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/common-ppc64el/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/common-riscv64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/infom07-i386/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/infom08-i386/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/ionos17-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/osuosl4-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
=====================================
hosts/osuosl5-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -16,6 +16,7 @@ For more information please go to https://reproduce.debian.net or join
===============================================================================
EOF
+echo "Preparing download of sources for $1"
cd "$(dirname "$1")"
mkdir -p etc/apt
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d0e38b3068d5d51f163fc873e434a4d438e483fa
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d0e38b3068d5d51f163fc873e434a4d438e483fa
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/20250509/45b02394/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list