diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 20:25:40 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-23 20:25:40 +0000 |
commit | 68ba6a4322b6295e9a06121b1e8adb46022e92a1 (patch) | |
tree | 6314f15472fe6b06ea6f67866191a221e74dbd5b | |
parent | 36b6f4f462adc4ff57d65acef4c60939c2dfd8fe (diff) | |
download | chromium_src-68ba6a4322b6295e9a06121b1e8adb46022e92a1.zip chromium_src-68ba6a4322b6295e9a06121b1e8adb46022e92a1.tar.gz chromium_src-68ba6a4322b6295e9a06121b1e8adb46022e92a1.tar.bz2 |
build-bisect.py: Update the base snapshot archive URL.
BUG=none
TEST=works as before
Review URL: http://codereview.chromium.org/6048010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70084 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | build/build-bisect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-bisect.py b/build/build-bisect.py index c081236..148e26e 100755 --- a/build/build-bisect.py +++ b/build/build-bisect.py @@ -13,7 +13,7 @@ it will ask you whether it is good or bad before continuing the search. """ # Base URL to download snapshots from. -BUILD_BASE_URL = 'http://build.chromium.org/buildbot/snapshots/' +BUILD_BASE_URL = 'http://build.chromium.org/f/chromium/snapshots/' # The type (platform) of the build archive. This is what's passed in to the # '-a/--archive' option. |