From 8663bd620599700c702556e841b9a31a86ed07d6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Sep 2014 19:17:18 +0200 Subject: trigger reproducible jobs twice a months --- bin/reproducible_build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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 -- cgit v1.2.3-70-g09d2