From c2f8d8d54776fa9bda6a684dfafeef2e7238ff95 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 16 Mar 2015 19:21:10 +0100 Subject: reproducible: sleep 1-3 secs to randomize start times --- bin/reproducible_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 031b8269..47389f9b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -14,6 +14,9 @@ common_init "$@" # support for different architectures (we have actual support only for amd64) ARCH="amd64" +# sleep 1-3 secs to randomize start times +SLEEP=$(shuf -i 1-3 -n 1) + create_results_dirs() { mkdir -p /var/lib/jenkins/userContent/dbd/${SUITE}/${ARCH} mkdir -p /var/lib/jenkins/userContent/rbuild/${SUITE}/${ARCH} -- cgit v1.2.3-54-g00ecf