summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-10 17:22:22 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-10 17:22:22 +0200
commit25ae0c56fcdd2cded953c924b119d2200e481ee7 (patch)
tree681bef3b155a27ebdd993f41f7e8d9c392c5c4de /bin
parente571f760de18003724857704cfe75529c84164e1 (diff)
downloadjenkins.debian.net-25ae0c56fcdd2cded953c924b119d2200e481ee7.tar.xz
reproducible: 'H/1 * * * *' doesn't seem to work as advertised, use '* * * * *' instead and randomize start times manually
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
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() {