diff options
author | simon <none@none> | 2013-12-09 16:11:09 -0800 |
---|---|---|
committer | simon <none@none> | 2013-12-09 16:11:09 -0800 |
commit | 50cba7940fbea7602f6b55df85fb9a2d2b47279b (patch) | |
tree | 269464d15a8d4a8803535b843e8ce7dcac7414cb /build.sh | |
parent | 1a456c2e41905e93e393dc2dda0d143ee7611275 (diff) | |
parent | 4a09065691b6a3461ff2f4541abb3accade207fe (diff) |
Merge in downstream code for 3.6.13
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="" |