diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-14 18:48:48 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-14 18:48:48 -0700 |
commit | ac2c4da12e9af67318d472ca0b4e3117727d7d31 (patch) | |
tree | fecb1013e2f5cd652088ac932b77496f94e943d3 /build.sh | |
parent | 8a1c557cbffcc4608f0c3b2c69dedef69bb7f3f3 (diff) | |
parent | e76fe073df81d4fd2b25d09f7c0ccd0566c2e966 (diff) |
Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
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. |