| Index: testing_support/gerrit-init.sh
|
| diff --git a/testing_support/gerrit-init.sh b/testing_support/gerrit-init.sh
|
| index 2ea72301661e40dd5d19d6b516c114244e938ee3..a06cc3a71aebbeb27d940be428a2db089ef10b1f 100755
|
| --- a/testing_support/gerrit-init.sh
|
| +++ b/testing_support/gerrit-init.sh
|
| @@ -52,7 +52,7 @@ username='test-username'
|
| # ported from the javascript at:
|
| #
|
| # 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
|
| # Receives Gerrit version via command line and reads json-encoded
|
| # text from stdin in the format:
|
|
|