diff options
author | Oz Linden <oz@lindenlab.com> | 2016-08-28 10:12:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-08-28 10:12:10 -0400 |
commit | 2fc670e2dda6c16b314fa626faf9168ebdec8549 (patch) | |
tree | 872c2a977f158361860a3b5d99cac579d90a20e1 | |
parent | 7ba028d2f36515649b85d3bbc5030288e94b96dc (diff) |
do custom initialize calls so that viewer_channel is taken into account for the buildid
-rwxr-xr-x | build.sh | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -202,10 +202,9 @@ then export additional_packages= fi -# dump environment variables for debugging -begin_section "Environment" -env|sort -end_section "Environment" +initialize_context +codeticket addinput "${viewer_channel}" "viewer_channel" +initialize_build # Now run the build succeeded=true @@ -338,7 +337,7 @@ then if [ $have_private_repo = true ]; then eval "$python_command \"$redirect\" '\${private_S3PROXY_URL}${S3PREFIX}repo/$repo/rev/$revision/index.html'"\ - >"$build_log_dir/private.html" || fatal generating redirect + >"$build_log_dir/private.html" || fatal "generating global redirect" upload_output global_redirect "$build_log_dir/private.html" text/html private ## TBD fi |