diff options
author | Oz Linden <oz@lindenlab.com> | 2016-09-07 11:49:52 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-09-07 11:49:52 -0400 |
commit | 65a7a02d296a97257f40c747c1299cbd2616b9ce (patch) | |
tree | 0a922cca8bf014e2e792767354f4ab5447b6e737 /build.sh | |
parent | 9d5bf8df82d6171d2a9957f33ea6e43120d31cef (diff) |
pass autobuild-package.xml to graph generator
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -249,7 +249,7 @@ do python_cmd "$helpers/codeticket.py" output --label "autobuild metadata" --output "$build_dir/autobuild-package.xml" --mimetype text/xml --display if [ "$arch" != "Linux" ] then - record_dependencies_graph # defined in buildscripts/hg/bin/build.sh + record_dependencies_graph "$build_dir/autobuild-package.xml" # defined in buildscripts/hg/bin/build.sh else record_event "TBD - no dependency graph for linux (probable python version dependency)" fi |