summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh5
-rwxr-xr-xbin/reproducible_build_arch_pkg.sh1
-rwxr-xr-xbin/reproducible_common.sh5
3 files changed, 6 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}
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index fd01cd43..be634fa0 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -173,6 +173,7 @@ fi
#
# main - only used in master-mode
#
+delay_start # randomize start times
# first, we need to choose a package…
#SESSION="arch-scheduler-$RANDOM"
#schroot --begin-session --session-name=$SESSION -c jenkins-reproducible-arch
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" \