[Git][qa/jenkins.debian.net][master] rdn: include $HOSTNAME in the rebuilderd logfiles
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon May 19 20:04:00 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0acb6b31 by Holger Levsen at 2025-05-19T21:03:48+02:00
rdn: include $HOSTNAME in the rebuilderd logfiles
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
10 changed files:
- 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-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
- hosts/infom08-amd64/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:
=====================================
hosts/codethink01-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/codethink02-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/codethink05-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/common-ppc64el/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/common-riscv64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/infom07-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/infom08-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/ionos17-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/osuosl4-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
=====================================
hosts/osuosl5-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -20,8 +20,9 @@ echo "Preparing download of sources for $1"
SOURCE=$(basename "$1" | cut -d '_' -f1)
# take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs
VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g')
-echo Source: $SOURCE
-echo Source: $VERSION
+echo "Source: $SOURCE"
+echo "Version: $VERSION"
+echo "rebuilderd-worker node: $HOSTNAME"
echo
echo "+------------------------------------------------------------------------------+"
echo "| Downloading sources $(date -u -R) |"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0acb6b31a605f8f86906fe62bc16a92134cc7f85
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0acb6b31a605f8f86906fe62bc16a92134cc7f85
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/20250519/798243ee/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list