diff options
author | Oz Linden <oz@lindenlab.com> | 2014-01-22 11:12:22 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-01-22 11:12:22 -0500 |
commit | 6c28e65b128468d4dd14b27cc18bf4f5a5f70b7e (patch) | |
tree | bf8a84a032250d818a62025496ee026a46b53b2c | |
parent | d8a81b240e828a8ab27709fb11038a4b5c4d5428 (diff) |
record installed packages for each build
-rwxr-xr-x | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -414,6 +414,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" ] |