diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-20 14:42:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 14:42:51 +0200 |
commit | 876a1ef795ea6896a50b0ffeddba737951d4d885 (patch) | |
tree | 041542b41d075419450dec62dbf914a80ee94ef9 | |
parent | f9bfcf07faa58334c23166b8aa6e3155388b4390 (diff) | |
download | jenkins.debian.net-876a1ef795ea6896a50b0ffeddba737951d4d885.tar.xz |
typolove
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index df6dcb45..7c809875 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -19,7 +19,7 @@ exit_early_if_debian_is_broken() { echo "Temporarily stopping the builds on armhf due to #827724… sleeping 12h now…" for i in $(seq 1 12) ; do sleep 1h - echo "one our passed…." + echo "one hour passed…." done exit 0 fi |