summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-09-07 11:49:52 -0400
committerOz Linden <oz@lindenlab.com>2016-09-07 11:49:52 -0400
commit65a7a02d296a97257f40c747c1299cbd2616b9ce (patch)
tree0a922cca8bf014e2e792767354f4ab5447b6e737 /build.sh
parent9d5bf8df82d6171d2a9957f33ea6e43120d31cef (diff)
pass autobuild-package.xml to graph generator
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 f5296b9ea1..1edf584b1f 100755
--- a/build.sh
+++ b/build.sh
@@ -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