From 25ae0c56fcdd2cded953c924b119d2200e481ee7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Sep 2015 17:22:22 +0200 Subject: reproducible: 'H/1 * * * *' doesn't seem to work as advertised, use '* * * * *' instead and randomize start times manually --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 81ba8784..53c0bddb 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -13,9 +13,9 @@ common_init "$@" set -e -# sleep 1-12 secs to randomize start times +# sleep 1-23 secs to randomize start times delay_start() { - /bin/sleep $(echo "scale=1 ; $(shuf -i 1-120 -n 1)/10" | bc ) + /bin/sleep $(echo "scale=1 ; $(shuf -i 1-230 -n 1)/10" | bc ) } create_results_dirs() { -- cgit v1.2.3-70-g09d2