From a0ed68d5118f3037baceecb1a0699130e23bfc6d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Oct 2015 08:44:56 +0200 Subject: shorten text --- bin/reproducible_html_archlinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 05d3bd5d..dd29ba73 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 " failed to verify source" elif [ ! -z "$(egrep 'makepkg was killed by timeout after 4h' $ARCHBASE/$PKG/build1.log)" ] ; then - write_page " failed to build, as it was killed by timeout after 4h" + write_page " failed to build, killed by timeout after 4h" else write_page " probably failed to build from source, please investigate" fi -- cgit v1.2.3-54-g00ecf