diff options
author | Oz Linden <oz@lindenlab.com> | 2016-09-07 13:33:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-09-07 13:33:10 -0400 |
commit | e2855de8bce3b3b38df13d74e7bba87a61f1a241 (patch) | |
tree | 1c32c49cbf966e59ad8d98d478093393256df43c /build.sh | |
parent | a388504ed2fb8f6c28f33b0e120e2632f693ec14 (diff) |
do not display the autobuild package data
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ do if [ -r "$build_dir/autobuild-package.xml" ] then begin_section "Autobuild metadata" - python_cmd "$helpers/codeticket.py" output --label "autobuild metadata" --output "$build_dir/autobuild-package.xml" --mimetype text/xml --display + python_cmd "$helpers/codeticket.py" output --label "autobuild metadata" --output "$build_dir/autobuild-package.xml" --mimetype text/xml if [ "$arch" != "Linux" ] then record_dependencies_graph "$build_dir/autobuild-package.xml" # defined in buildscripts/hg/bin/build.sh |