[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: fix grammar

Holger Levsen holger at moszumanska.debian.org
Sun Oct 18 19:11:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 85a14f78603c7b573bbebcf2aa0f6db9bf636760
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 18 21:10:44 2015 +0200

    reproducible arch: fix grammar
---
 bin/reproducible_html_archlinux.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 7366056..e527742 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list