diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-28 19:53:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-28 19:53:55 +0100 |
commit | 889fcdc27f561fc9f449115f72af9298eb1f1a15 (patch) | |
tree | a9adbaf0a7167999e686d275f64cf4ea19997a5c /bin | |
parent | 75baca7b3c9aa94db6b4295a7ff5be165281ed68 (diff) | |
download | jenkins.debian.net-889fcdc27f561fc9f449115f72af9298eb1f1a15.tar.xz |
reproducible arch: sleep 6h if nothing to do
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build_arch_pkg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh index 48654f03..bb1658d1 100755 --- a/bin/reproducible_build_arch_pkg.sh +++ b/bin/reproducible_build_arch_pkg.sh @@ -193,8 +193,8 @@ for PKG in $PACKAGES ; do fi done if [ -z $SRCPACKAGE ] ; then - echo "$(date -u ) - no package found to be build, sleeping 2h." - for i in 1 2 3 4 ; do + echo "$(date -u ) - no package found to be build, sleeping 6h." + for i in $(seq 1 12) ; do sleep 30m echo "$(date -u ) - still sleeping..." done |