Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: tools/bisect-builds.py

Issue 10779004: Changed official builds URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bisect-builds.py
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
index a73978f3ef481fdfd30ddbbab1b8718475295129..307a7b99f3a1ecf82e3ad9893d66a656617beb3c 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/' \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698