diff options
author | Oz Linden <oz@lindenlab.com> | 2013-12-17 11:15:01 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-12-17 11:15:01 -0500 |
commit | 2ea9f3d700b72efa1cd486fa89a749b04415d3c2 (patch) | |
tree | 94ee157739b6d287b745fbb7515745cfe9a9d5f9 /build.sh | |
parent | 0c6d06692e358a20f80e563b0f1df1fcff452f68 (diff) | |
parent | 1a9b9f1bd1b5f64b35b9ce6eff458cdb7a79fe6e (diff) |
merge changes for 3.6.12-release
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -347,8 +347,7 @@ then if $build_viewer then begin_section Upload Installer - # Upload installer - note that ONLY THE FIRST ITEM uploaded as "installer" - # will appear in the version manager. + # Upload installer package=$(installer_$arch) if [ x"$package" = x ] || test -d "$package" then @@ -373,7 +372,7 @@ then upload_item installer "$package" binary/octet-stream upload_item quicklink "$package" binary/octet-stream else - record_failure "Failed to upload $package_id package." + record_failure "Failed to upload $package_id package ($package::$additional_package_name)." fi done export additional_package_name="" |