justify error message when no buildstatus could get written
authorAdrian Schröter <adrian@suse.de>
Fri, 22 Jan 2010 08:28:25 +0000 (09:28 +0100)
committerAdrian Schröter <adrian@suse.de>
Fri, 22 Jan 2010 08:28:56 +0000 (09:28 +0100)
build

diff --git a/build b/build
index 0026598..f949cab 100755 (executable)
--- 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