# 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/^/ /' "$@"
(pkg_info 2>/dev/null | offset) || true
;;
esac
-
-# Temporary test. Does anything care if the exit status is non-zero?
-exit 42