summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-25 19:17:18 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-25 19:17:18 +0200
commit8663bd620599700c702556e841b9a31a86ed07d6 (patch)
treeca30091c7781a755df9a571be4843e836880dcf3 /bin
parent644f90c95233973c492fe0bd940881e6efa8cd1a (diff)
downloadjenkins.debian.net-8663bd620599700c702556e841b9a31a86ed07d6.tar.xz
trigger reproducible jobs twice a months
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 00e1372c..7861078b 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -63,10 +63,12 @@ for SRCPACKAGE in "$@" ; do
echo "${SRCPACKAGE} built successfully and reproducibly."
let "COUNT_GOOD=COUNT_GOOD+1"
GOOD="${SRCPACKAGE} ${GOOD}"
+ touch results/___.dummy.log # not having any bad logs is not a reason for failure
else
echo "Warning: ${SRCPACKAGE} failed to build reproducibly."
let "COUNT_BAD=COUNT_BAD+1"
BAD="${SRCPACKAGE} ${BAD}"
+ rm -f results/dummy.log 2>/dev/null # just cleanup
fi
rm b1 b2 -rf
fi