diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 21:28:43 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-19 21:28:43 +0000 |
commit | b29058326a7e1923ea8ce9cc0b008618d166ba3a (patch) | |
tree | fe264324bd8d04f6d293343d2d858c1b98f0d188 /tools/bisect-builds.py | |
parent | dc445ac37362c05b98fca0fc655d22219db464f2 (diff) | |
download | chromium_src-b29058326a7e1923ea8ce9cc0b008618d166ba3a.zip chromium_src-b29058326a7e1923ea8ce9cc0b008618d166ba3a.tar.gz chromium_src-b29058326a7e1923ea8ce9cc0b008618d166ba3a.tar.bz2 |
Changed official builds URL.
New one has more builds.
BUG=none
TEST=none
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10779004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147533 0039d316-1c4b-4281-b951-d872f2087c98
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/' \ |