summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 0be8f7e1..43b36ee2 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -466,10 +466,9 @@ choose_package() {
if [ -s "$BAD_BUILDS" ] ; then
local STALELOG=/var/log/jenkins/reproducible-stale-builds.log
# reproducible-stale-builds.log is mailed once a day by reproducible_maintenance.sh
- echo "$(date -u) - stale builds found, cleaning db from these:" | tee -a $STALELOG
+ echo -n "$(date -u) - stale builds found, cleaning db from these: " | tee -a $STALELOG
cat $BAD_BUILDS | tee -a $STALELOG
query_db "UPDATE schedule SET date_build_started = NULL, job = NULL WHERE job LIKE '${JOB_PREFIX}%'"
- echo >> $STALELOG
fi
rm -f $BAD_BUILDS
# mark build attempt, first test if none else marked a build attempt recently