Skip to content
Snippets Groups Projects
Commit e2855de8 authored by Oz Linden's avatar Oz Linden
Browse files

do not display the autobuild package data

parent a388504e
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ do ...@@ -246,7 +246,7 @@ do
if [ -r "$build_dir/autobuild-package.xml" ] if [ -r "$build_dir/autobuild-package.xml" ]
then then
begin_section "Autobuild metadata" 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" ] if [ "$arch" != "Linux" ]
then then
record_dependencies_graph "$build_dir/autobuild-package.xml" # defined in buildscripts/hg/bin/build.sh record_dependencies_graph "$build_dir/autobuild-package.xml" # defined in buildscripts/hg/bin/build.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment