diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-18 21:10:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-18 21:10:44 +0200 |
commit | 85a14f78603c7b573bbebcf2aa0f6db9bf636760 (patch) | |
tree | 574f34a4993814608ba837a56d3a7c68b6dd39cc | |
parent | bd3599f6371e0c88fc5443ff229e99c8322b07da (diff) | |
download | jenkins.debian.net-85a14f78603c7b573bbebcf2aa0f6db9bf636760.tar.xz |
reproducible arch: fix grammar
-rwxr-xr-x | bin/reproducible_html_archlinux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 73660566..e527742e 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -55,7 +55,7 @@ for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do elif [ ! -z "$(egrep '==> ERROR: A failure occurred in (build|package)' $ARCHBASE/$PKG/build1.log)" ] ; then write_page " <td>failed to build from source</td>" elif [ ! -z "$(egrep '==> ERROR: A failure occurred in check' $ARCHBASE/$PKG/build1.log)" ] ; then - write_page " <td>failed to build from source, when running tests</td>" + write_page " <td>failed to build from source, while running tests</td>" elif [ ! -z "$(egrep '==> ERROR: Failure while downloading' $ARCHBASE/$PKG/build1.log)" ] ; then write_page " <td>failed to download source</td>" elif [ ! -z "$(egrep '==> ERROR: One or more files did not pass the validity check' $ARCHBASE/$PKG/build1.log)" ] ; then |