[Qa-jenkins-scm] [jenkins.debian.net] 01/01: shorten text
Holger Levsen
holger at moszumanska.debian.org
Mon Oct 19 06:45:48 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 a0ed68d5118f3037baceecb1a0699130e23bfc6d
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Oct 19 08:44:56 2015 +0200
shorten text
---
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 05d3bd5..dd29ba7 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -61,7 +61,7 @@ for PKG in $(find $ARCHBASE/* -maxdepth 1 -type d -exec basename {} \;) ; do
elif [ ! -z "$(egrep '==> ERROR: One or more files did not pass the validity check' $ARCHBASE/$PKG/build1.log)" ] ; then
write_page " <td>failed to verify source</td>"
elif [ ! -z "$(egrep 'makepkg was killed by timeout after 4h' $ARCHBASE/$PKG/build1.log)" ] ; then
- write_page " <td>failed to build, as it was killed by timeout after 4h</td>"
+ write_page " <td>failed to build, killed by timeout after 4h</td>"
else
write_page " <td>probably failed to build from source, please investigate</td>"
fi
--
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