Commit ea8fe7d4 authored by pshenoy's avatar pshenoy Committed by Commit bot

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}
parent 3cf1d2aa
...@@ -35,8 +35,8 @@ CHANGELOG_URL = ('http://build.chromium.org' ...@@ -35,8 +35,8 @@ CHANGELOG_URL = ('http://build.chromium.org'
'?url=/trunk/src&range=%d%%3A%d') '?url=/trunk/src&range=%d%%3A%d')
# URL template for viewing changelogs between official versions. # URL template for viewing changelogs between official versions.
OFFICIAL_CHANGELOG_URL = ('http://omahaproxy.appspot.com/changelog' OFFICIAL_CHANGELOG_URL = ('https://chromium.googlesource.com/chromium/'
'?old_version=%s&new_version=%s') 'src/+log/%s..%s?pretty=full')
# DEPS file URL. # DEPS file URL.
DEPS_FILE = 'http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=%d' DEPS_FILE = 'http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=%d'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment