summaryrefslogtreecommitdiffstats
path: root/bin/d-i_overview.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/d-i_overview.sh')
-rwxr-xr-xbin/d-i_overview.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/d-i_overview.sh b/bin/d-i_overview.sh
index 1c27aade..493a1458 100755
--- a/bin/d-i_overview.sh
+++ b/bin/d-i_overview.sh
@@ -15,6 +15,10 @@ fi
ARCH=$1
URL=http://d-i.debian.org/daily-images/daily-build-overview.html
+# randomize start times slightly
+SLEEP=$(shuf -i 1-10 -n 1)
+sleep 0.$SLEEP
+
TMPFILE=$(mktemp)
MISSING=$(mktemp)
FAILED=$(mktemp)