diff options
Diffstat (limited to 'tools/bisect-builds.py')
-rwxr-xr-x | tools/bisect-builds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py index a73978f..307a7b9 100755 --- a/tools/bisect-builds.py +++ b/tools/bisect-builds.py @@ -16,7 +16,7 @@ it will ask you whether it is good or bad before continuing the search. BASE_URL = 'http://commondatastorage.googleapis.com/chromium-browser-snapshots' # The root URL for official builds. -OFFICIAL_BASE_URL = 'http://chrome4linux.mtv.corp.google.com/archives' +OFFICIAL_BASE_URL = 'http://master.chrome.corp.google.com/official_builds' # Changelogs URL. CHANGELOG_URL = 'http://build.chromium.org/f/chromium/' \ |