From 4be67338bb2026b2372d1bc3f45065e1a943cc8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 22 Jan 2010 09:28:25 +0100 Subject: [PATCH] justify error message when no buildstatus could get written --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 0026598..f949cab 100755 --- a/build +++ b/build @@ -1206,7 +1206,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do cleanup_and_exit ${BUILDSTATUS#BUILDSTATUS} ;; *) - echo "argh, no buildstatus set, assuming bad build host..." + echo "No buildstatus set, packager broke either the base system (glibc/bash) or the build host has a problem, server will retry..." cleanup_and_exit 3 ;; esac -- 2.7.4