summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 13:51:21 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 13:51:21 +0200
commit767ba47187ad73bfeef2383b0c9b6adf2ed23a07 (patch)
treecc679f5d12b654a15a3a3e2044c876ea8308e5ff /bin
parentd7c992f0d4691e9f383e1e7df09c0620c11b5e8e (diff)
downloadjenkins.debian.net-767ba47187ad73bfeef2383b0c9b6adf2ed23a07.tar.xz
reproducible: log hostnames of build nodes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index a126b728..048509be 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -381,7 +381,7 @@ init() {
# used to catch race conditions when the same package is being built by two parallel jobs
LOCKFILE="/tmp/reproducible-lockfile-${SUITE}-${ARCH}-${SRCPACKAGE}"
echo "============================================================================="
- echo "Trying to reproducibly build ${SRCPACKAGE} in ${SUITE} on ${ARCH} now. $ANNOUNCE"
+ echo "Initialising reproducibly build of ${SRCPACKAGE} in ${SUITE} on ${ARCH} on $(hostname -f) now. $ANNOUNCE"
echo "============================================================================="
# mark build attempt
if [ -z "$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT date_build_started FROM schedule WHERE package_id = '$SRCPKGID'")" ] ; then
@@ -396,7 +396,7 @@ init() {
BAD_LOCKFILE=true
handle_race_condition init
fi
- echo "Starting to build ${SRCPACKAGE}/${SUITE}/${ARCH} on $DATE" | tee ${RBUILDLOG}
+ echo "Starting to build ${SRCPACKAGE}/${SUITE}/${ARCH} on $(hostname -f) on $DATE" | tee ${RBUILDLOG}
echo "The jenkins build log is/was available at ${BUILD_URL}console" | tee -a ${RBUILDLOG}
}
@@ -460,6 +460,9 @@ check_suitability() {
}
first_build() {
+ echo "============================================================================="
+ echo "Building ${SRCPACKAGE} in ${SUITE} on ${ARCH} on $(hostname -f) now."
+ echo "============================================================================="
set -x
local TMPCFG=$(mktemp -t pbuilderrc_XXXX --tmpdir=$TMPDIR)
cat > "$TMPCFG" << EOF
@@ -562,7 +565,7 @@ check_buildinfo() {
echo "============================================================================="
echo ".buildinfo's Build-Environment varies, probably due to mirror update."
echo "Doing the first build again."
- echo "Building ${SRCPACKAGE}/${VERSION} in ${SUITE} on ${ARCH} now."
+ echo "Building ${SRCPACKAGE}/${VERSION} in ${SUITE} on ${ARCH} on $(hostname -f) now."
echo "============================================================================="
echo
if [ "$MODE" = "legacy" ] ; then
@@ -601,7 +604,7 @@ build_rebuild() {
# the first build did not FTBFS, try rebuild it.
check_for_race_conditions
echo "============================================================================="
- echo "Re-building ${SRCPACKAGE}/${VERSION} in ${SUITE} on ${ARCH} now."
+ echo "Re-building ${SRCPACKAGE}/${VERSION} in ${SUITE} on ${ARCH} $(hostname -f) now."
echo "============================================================================="
if [ "$MODE" = "legacy" ] ; then
second_build