Skip to content

Commit

Permalink
- why is OBS mentioned in the error message?
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Apr 3, 2012
1 parent 7167716 commit 03382d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,8 @@ for SPECFILE in "${SPECFILES[@]}" ; do
cleanup_and_exit ${BUILDSTATUS#BUILDSTATUS}
;;
*)
echo "No buildstatus set, either the packager broke the base system (glibc/bash/perl) or the build host has a kernel or hardware problem, OBS server will retry..."
echo "No buildstatus set, either the base system is broken (glibc/bash/perl)"
echo "or the build host has a kernel or hardware problem..."
cleanup_and_exit 3
;;
esac
Expand Down

0 comments on commit 03382d7

Please sign in to comment.