diff options
author | Oz Linden <oz@lindenlab.com> | 2014-01-03 12:14:03 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-01-03 12:14:03 -0500 |
commit | 30f0d61510a2f7d28bd24d2165807e7e6ced4e55 (patch) | |
tree | d1640aaa6cd78e33bfe52defdeba5eb807459885 /build.sh | |
parent | 5f635f7942130ab25f74f5c6aaeb5b135d0cb43e (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 @@ -372,7 +371,7 @@ then then upload_item installer "$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="" |