From 04fbc6b8df44eab6762af38b5976f55acdfd2039 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 18 Oct 2015 18:05:11 +0200 Subject: reproducible arch: randomize start times --- bin/reproducible_common.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/reproducible_common.sh') 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" \ -- cgit v1.2.3-54-g00ecf