summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-04-27 13:59:25 -0700
committerMerov Linden <merov@lindenlab.com>2011-04-27 13:59:25 -0700
commit363e296dde5fbd56f9bf4382285b162712d582e2 (patch)
tree53cbeadf92d0df77bcc6a420f5527c03de59ae3c
parentb4cbe982259719c6461c92247a32a0b26634ced8 (diff)
parent2417cb3021123d7305b1c4fe4bdf16fddaecb494 (diff)
STORM-1190 : pull into viewer-development
-rwxr-xr-xbuild.sh14
1 files changed, 9 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index 6677958716..d112e5ea1c 100755
--- a/build.sh
+++ b/build.sh
@@ -118,11 +118,12 @@ eval '$build_'"$arch" || pass
# File no longer exists in code-sep branch, so let's make sure it exists in order to use it.
if test -f scripts/update_version_files.py ; then
begin_section UpdateVer
- python scripts/update_version_files.py \
- --channel="$viewer_channel" \
- --server_channel="$server_channel" \
- --revision=$revision \
- --verbose \
+ eval $(python scripts/update_version_files.py \
+ --channel="$viewer_channel" \
+ --server_channel="$server_channel" \
+ --revision=$revision \
+ --verbose \
+ | sed -n -e "s,Setting viewer channel/version: '\([^']*\)' / '\([^']*\)',VIEWER_CHANNEL='\1';VIEWER_VERSION='\2',p")\
|| fail update_version_files.py
end_section UpdateVer
fi
@@ -262,6 +263,9 @@ then
upload_item installer "$package" binary/octet-stream
upload_item quicklink "$package" binary/octet-stream
+ echo "{\"Type\":\"viewer\",\"Version\":\"${VIEWER_VERSION}\"}" > summary.json
+ upload_item installer summary.json text/plain
+
# Upload crash reporter files.
case "$last_built_variant" in
Release)