diff options
author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2012-06-15 00:27:45 +0000 |
---|---|---|
committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2012-06-15 00:27:45 +0000 |
commit | 8b2ad982d72ade6db7ae45758171fa7b5e30a42a (patch) | |
tree | a22a2f2eb6dae082c45ead5c2735442ac2267090 /build.sh | |
parent | 9252ad10fd28e98157137addde7df3ad883c9948 (diff) |
Updating viewer build process to also generate a secondlife-bin.MAP file, tar it, and upload it.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -268,6 +268,10 @@ then else upload_item installer "$package" binary/octet-stream upload_item quicklink "$package" binary/octet-stream + gzip $build_dir/newview/secondlife-bin-$arch.MAP + mapfile=secondlife-bin-$arch.MAP.gz + upload_item mapfile "$build_dir/newview/$mapfile" binary/octet-stream + echo "Uploaded mapfile" [ -f summary.json ] && upload_item installer summary.json text/plain # Upload crash reporter files. |