diff options
author | Oz Linden <oz@lindenlab.com> | 2014-01-29 18:36:01 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-01-29 18:36:01 -0500 |
commit | 32880362fe0f0a76028a7b436772a7a97e4fb81b (patch) | |
tree | ec1792a16606515f606fdbc62aa9d8844aab1859 | |
parent | 7b1e1e4e35351936f2ab0305a91691f78f69519d (diff) | |
parent | 03d0d46e6fc0055a769c0387482619afd6362abc (diff) |
merge fixes for recording the packages installed in the build
-rwxr-xr-x | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -415,6 +415,12 @@ then upload_item symbolfile "$build_dir/$symbolfile" binary/octet-stream done + # Upload the actual dependencies used + if [ -r "$build_dir/packages/installed-packages.xml" ] + then + upload_item installer "$build_dir/packages/installed-packages.xml" text/xml + fi + # Upload the llphysicsextensions_tpv package, if one was produced # *TODO: Make this an upload-extension if [ -r "$build_dir/llphysicsextensions_package" ] |