summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-18 18:05:11 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-18 18:05:11 +0200
commit04fbc6b8df44eab6762af38b5976f55acdfd2039 (patch)
treec57fa8823d48fbed3c41969cfe749bac28f5965c /bin/reproducible_build.sh
parent87ea4ff1ddf0d8333f65b2a193f2aac058e2ca24 (diff)
downloadjenkins.debian.net-04fbc6b8df44eab6762af38b5976f55acdfd2039.tar.xz
reproducible arch: randomize start times
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 2fe8420a..b2a68aef 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -13,11 +13,6 @@ common_init "$@"
set -e
-# sleep 1-23 secs to randomize start times
-delay_start() {
- /bin/sleep $(echo "scale=1 ; $(shuf -i 1-230 -n 1)/10" | bc )
-}
-
create_results_dirs() {
mkdir -vp $BASE/dbd/${SUITE}/${ARCH}
mkdir -vp $BASE/dbdtxt/${SUITE}/${ARCH}