diff options
author | prep <prep@lindenlab.com> | 2012-06-18 12:27:46 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-06-18 12:27:46 -0400 |
commit | 329b98528ea4fdd34baaa225e4aa46ea8ad5bfe1 (patch) | |
tree | 1e4d8488913eec8eebbc6ab4579ad405d3124c20 /build.sh | |
parent | 583855f3e6ba45915c0031396ed90054a18c4c4d (diff) | |
parent | 501127e4649cf6cdb8e1c31d66d8d24e20fe0631 (diff) |
merge
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -268,6 +268,12 @@ then else upload_item installer "$package" binary/octet-stream upload_item quicklink "$package" binary/octet-stream + mapfilepath=$build_dir/newview + gzip $mapfilepath/secondlife-bin.MAP + mapfile=secondlife-bin-$arch.MAP.gz + mv $mapfilepath/secondlife-bin.MAP.gz $mapfilepath/$mapfile + upload_item mapfile "$mapfilepath/$mapfile" binary/octet-stream + echo "Uploaded mapfile" [ -f summary.json ] && upload_item installer summary.json text/plain # Upload crash reporter files. |