diff options
author | Oz Linden <oz@lindenlab.com> | 2016-03-09 08:36:21 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-03-09 08:36:21 -0500 |
commit | 910edc7bebe33f9d19cc0968883944dc8c7d9ba7 (patch) | |
tree | 3f2f06bafa7d4319d69992a5bb37986379678ec4 /build.sh | |
parent | 511bf30a2e97f543c5acbd9a2501d7ea5c7414ce (diff) |
remove upload of installed-packages (not needed now that
autobuild-package is uploaded)
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -398,12 +398,6 @@ 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" ] |