X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c92a4119fca5d677055dc616255a7d1efec9d750..a034d7e5edab2f0d56a62f6e1fcbbc76f3e5f31b:/tools/showbuildenv diff --git a/tools/showbuildenv b/tools/showbuildenv index ce21a0e0..81f278e8 100755 --- a/tools/showbuildenv +++ b/tools/showbuildenv @@ -9,6 +9,10 @@ # This script should *only* report basic information about the build # environment, and only that necessary to reproduce the build # environment. +# +# The script's exit status must be zero if all went acceptably well as +# buildbot checks for this and marks the `environment' stage as failed +# otherwise. offset () { sed -e '/./s/^/ /' "$@" @@ -65,6 +69,3 @@ case ${os} in (pkg_info 2>/dev/null | offset) || true ;; esac - -# Temporary test. Does anything care if the exit status is non-zero? -exit 42