diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-29 13:42:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-29 13:42:37 +0100 |
commit | 9aca578d9debd7324f541e87825980d8d9352b35 (patch) | |
tree | 09870569f9bd19ad8c64d30611042cc580d395ff /bin | |
parent | d5e24dcf4541ce511b596200b86a913316e752bc (diff) | |
download | jenkins.debian.net-9aca578d9debd7324f541e87825980d8d9352b35.tar.xz |
d-i-overview: randomize start times slightly
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_overview.sh | 4 |
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) |