Commit 1d2ac687 authored by tandrii@chromium.org's avatar tandrii@chromium.org

testing_support: fix Gerrit releases URL.

R=szager@chromium.org,sergiyb@chromium.org
BUG=579160

Review URL: https://codereview.chromium.org/1820923002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299408 0039d316-1c4b-4281-b951-d872f2087c98
parent 375aa588
...@@ -52,7 +52,7 @@ username='test-username' ...@@ -52,7 +52,7 @@ username='test-username'
# ported from the javascript at: # ported from the javascript at:
# #
# http://gerrit-releases.storage.googleapis.com/index.html # http://gerrit-releases.storage.googleapis.com/index.html
url='https://www.googleapis.com/storage/v1beta2/b/gerrit-releases/o?projection=noAcl' url='https://www.googleapis.com/storage/v1/b/gerrit-releases/o?projection=noAcl'
curl --retry 30 --ssl-reqd -s $url | python <(cat <<EOF curl --retry 30 --ssl-reqd -s $url | python <(cat <<EOF
# Receives Gerrit version via command line and reads json-encoded # Receives Gerrit version via command line and reads json-encoded
# text from stdin in the format: # text from stdin in the format:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment