summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-23 12:58:47 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-23 12:58:47 +0200
commitb33a849375e4b8de1f8440a11d764e111d2fcf43 (patch)
tree22db00626a67d7eaf958f95663125ee7993420b8 /bin/reproducible_build.sh
parent77e465154a243b38cfa6dc8c9003f6ec774fc372 (diff)
downloadjenkins.debian.net-b33a849375e4b8de1f8440a11d764e111d2fcf43.tar.xz
reproducible: improve output
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5c2a42a4..a03e66b9 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -142,7 +142,7 @@ update_db_and_html() {
sqlite3 -init $INIT ${PACKAGES_DB} "DELETE FROM schedule WHERE package_id='$SRCPKGID';"
gen_package_html $SRCPACKAGE
echo
- echo "Successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/${ARCH}/$SRCPACKAGE.html"
+ echo "$(date -u) - successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/${ARCH}/$SRCPACKAGE.html"
echo
}
@@ -441,7 +441,7 @@ init_package_build() {
BAD_LOCKFILE=true
handle_race_condition init
fi
- echo "Starting to build ${SRCPACKAGE}/${SUITE}/${ARCH} on $(hostname -f) on $DATE" | tee ${RBUILDLOG}
+ echo "$(date -u ) - 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}
}
@@ -675,7 +675,7 @@ build_rebuild() {
FTBFS=0
cat b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes | tee -a ${RBUILDLOG}
else
- echo "The second build failed, even though the first build was successful." | tee -a ${RBUILDLOG}
+ echo "$(date -u) - the second build failed, even though the first build was successful." | tee -a ${RBUILDLOG}
fi
fi
}