Update URLs for Google Cloud Storage

Per [1] the correct URL is <bucket>.storage.googleapis.com/<object>.
Update existing references to project resources to use this domain
name instead of the old name.

[1] https://developers.google.com/storage/docs/reference-uris

Change-Id: I3788cfb4504b3908d2b5eccbdf52beffc3d18387
This commit is contained in:
Shawn Pearce
2013-06-21 11:01:45 -07:00
parent d4f54cc03e
commit d500500b5e
9 changed files with 20 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ from sys import stderr
from zipfile import ZipFile, BadZipfile, LargeZipFile
REPO_ROOTS = {
'GERRIT': 'http://gerrit-maven.commondatastorage.googleapis.com',
'GERRIT': 'http://gerrit-maven.storage.googleapis.com',
'MAVEN_CENTRAL': 'http://repo1.maven.org/maven2',
}