summaryrefslogtreecommitdiffstats
path: root/tools/bisect-builds.py
diff options
context:
space:
mode:
authorpshenoy <pshenoy@chromium.org>2014-08-26 15:25:26 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-26 22:30:37 +0000
commitea8fe7d444b12836640936bd355cde152e3411b8 (patch)
tree2237d06cae71013fbde9df23aa10a5c3acc5841a /tools/bisect-builds.py
parent3cf1d2aa622e9513c593fff948b6df149737e8d2 (diff)
downloadchromium_src-ea8fe7d444b12836640936bd355cde152e3411b8.zip
chromium_src-ea8fe7d444b12836640936bd355cde152e3411b8.tar.gz
chromium_src-ea8fe7d444b12836640936bd355cde152e3411b8.tar.bz2
bisect-builds.py: Change official changelog URL to new URL.
BUG=None NOTRY=True Review URL: https://codereview.chromium.org/503973002 Cr-Commit-Position: refs/heads/master@{#292000}
Diffstat (limited to 'tools/bisect-builds.py')
-rwxr-xr-xtools/bisect-builds.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
index c363d99..de62779 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'