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

Unified Diff: tools/bisect-builds.py

Issue 503973002: bisect-builds.py: Change official changelog URL to new URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 c363d99e7c521df0117551af0feb74aecb3108c9..de62779ad009d22dfbcdaa67544b1905f667a2c5 100755
--- a/tools/bisect-builds.py
+++ b/tools/bisect-builds.py
@@ -35,8 +35,8 @@ CHANGELOG_URL = ('http://build.chromium.org'
'?url=/trunk/src&range=%d%%3A%d')
# URL template for viewing changelogs between official versions.
-OFFICIAL_CHANGELOG_URL = ('http://omahaproxy.appspot.com/changelog'
- '?old_version=%s&new_version=%s')
+OFFICIAL_CHANGELOG_URL = ('https://chromium.googlesource.com/chromium/'
+ 'src/+log/%s..%s?pretty=full')
# DEPS file URL.
DEPS_FILE = 'http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=%d'
« 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