summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
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}