summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index c61be6e4..84ff0e83 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -112,6 +112,11 @@ META_PKGSET[28]="maint_debian-ocaml"
META_PKGSET[29]="maint_debian-x"
META_PKGSET[30]="maint_lua"
+# sleep 1-23 secs to randomize start times
+delay_start() {
+ /bin/sleep $(echo "scale=1 ; $(shuf -i 1-230 -n 1)/10" | bc )
+}
+
schedule_packages() {
LC_USER="$REQUESTER" \
LOCAL_CALL="true" \