summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
542cddb)
It helps explain why some commands are `... || true' despite no `set -e'
being in effect.
# This script should *only* report basic information about the build
# environment, and only that necessary to reproduce the build
# environment.
# 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/^/ /' "$@"
offset () {
sed -e '/./s/^/ /' "$@"