summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-09-07 13:33:10 -0400
committerOz Linden <oz@lindenlab.com>2016-09-07 13:33:10 -0400
commite2855de8bce3b3b38df13d74e7bba87a61f1a241 (patch)
tree1c32c49cbf966e59ad8d98d478093393256df43c /build.sh
parenta388504ed2fb8f6c28f33b0e120e2632f693ec14 (diff)
do not display the autobuild package data
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 6a1b4813a7..9fc3bc4503 100755
--- a/build.sh
+++ b/build.sh
@@ -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