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

Unified Diff: tools/bisect-builds.py

Issue 5961009: Convert build.chromium.org URLs to new URL format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update to tools/bisect-builds.py move Created 10 years 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 | « chrome/common/extensions/docs/examples/extensions/buildbot/popup.html ('k') | tools/valgrind/regrind.sh » ('j') | 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 148e26ef92b5ae494424ac969f102bc191606618..f214529a2b3baf6cb265c9c73856428529ed8f14 100755
--- a/tools/bisect-builds.py
+++ b/tools/bisect-builds.py
@@ -38,7 +38,7 @@ BUILD_EXE_NAME = ''
BUILD_VIEWVC_URL = 'http://src.chromium.org/viewvc/chrome?view=rev&revision=%d'
# Changelogs URL
-CHANGELOG_URL = 'http://build.chromium.org/buildbot/' \
+CHANGELOG_URL = 'http://build.chromium.org/f/chromium/' \
'perf/dashboard/ui/changelog.html?url=/trunk/src&range=%d:%d'
###############################################################################
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/buildbot/popup.html ('k') | tools/valgrind/regrind.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698