summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-24 07:45:56 +0000
committerchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-24 07:45:56 +0000
commit072474646267c09254990885558cc46c4b651fc2 (patch)
tree92bd908952f4be226a65e94cc49c9c395ceecae6 /tools
parentb951f328ab188e704d635444c914a037adbaa75d (diff)
downloadchromium_src-072474646267c09254990885558cc46c4b651fc2.zip
chromium_src-072474646267c09254990885558cc46c4b651fc2.tar.gz
chromium_src-072474646267c09254990885558cc46c4b651fc2.tar.bz2
Convert build.chromium.org URLs to new URL format.
BUG=none TEST=scripts keep working Review URL: http://codereview.chromium.org/5961009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bisect-builds.py2
-rw-r--r--tools/valgrind/regrind.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
index 148e26e..f214529 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'
###############################################################################
diff --git a/tools/valgrind/regrind.sh b/tools/valgrind/regrind.sh
index 72dae3e..557a6e8 100644
--- a/tools/valgrind/regrind.sh
+++ b/tools/valgrind/regrind.sh
@@ -10,7 +10,7 @@
# TODO: extend script to handle more kinds of errors and more tests
# where the valgrind layout bot results live
-LAYOUT_URL="http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Linux%20(valgrind%20layout)"
+LAYOUT_URL="http://build.chromium.org/p/chromium.memory/builders/Webkit%20Linux%20(valgrind%20layout)"
# how many builds back to check
LAYOUT_COUNT=250