Commit 0acb6b31 authored by Holger Levsen's avatar Holger Levsen
Browse files

rdn: include $HOSTNAME in the rebuilderd logfiles

parent 501182e0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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) |"
+3 −2
Original line number Diff line number Diff line
@@ -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) |"
+3 −2
Original line number Diff line number Diff line
@@ -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) |"
+3 −2
Original line number Diff line number Diff line
@@ -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) |"
+3 −2
Original line number Diff line number Diff line
@@ -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) |"
Loading