summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorMatthew Breindel (Falcon) <falcon@lindenlab.com>2012-06-15 00:27:45 +0000
committerMatthew Breindel (Falcon) <falcon@lindenlab.com>2012-06-15 00:27:45 +0000
commit8b2ad982d72ade6db7ae45758171fa7b5e30a42a (patch)
treea22a2f2eb6dae082c45ead5c2735442ac2267090 /build.sh
parent9252ad10fd28e98157137addde7df3ad883c9948 (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-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 8ca3208087..1532e586cb 100755
--- a/build.sh
+++ b/build.sh
@@ -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.