Skip to content
Snippets Groups Projects
Commit bd2005e0 authored by Oz Linden's avatar Oz Linden
Browse files

convert redirect to new python convention

parent bbbe70d3
No related branches found
No related tags found
No related merge requests found
...@@ -342,7 +342,7 @@ then ...@@ -342,7 +342,7 @@ then
done done
if [ $have_private_repo = true ]; then if [ $have_private_repo = true ]; then
$python_command $(native_path "$helper/hg/bin/redirect.py") "${private_S3PROXY_URL}${S3PREFIX}repo/$repo/rev/$revision/index.html"\ python_cmd "$helpers/redirect.py" "${private_S3PROXY_URL}${S3PREFIX}repo/$repo/rev/$revision/index.html"\
>"$build_log_dir/private.html" || fatal "generating global redirect" >"$build_log_dir/private.html" || fatal "generating global redirect"
upload_output global_redirect "$build_log_dir/private.html" text/html private upload_output global_redirect "$build_log_dir/private.html" text/html private
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment