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

Unified Diff: app.py

Issue 14113044: Removed refereces from waterfall to local buildbot interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Created 7 years, 8 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: app.py
diff --git a/app.py b/app.py
index b2878eff15668c813a3de8b269cc8803fe315bef..6ea8e4a63c58e5a75a3fd030c787983949376b8e 100644
--- a/app.py
+++ b/app.py
@@ -581,10 +581,11 @@ def console_handler(unquoted_localpath, remoteurl, page_data=None):
"https://chromium-build.appspot.com/p/"
"chromium-status/current", content)
+ # TODO(hinoka): Enable these when the app is done.
# Convert direct build.chromium.org links to local links.
- content = re.sub("http://build.chromium.org/p/", "/buildbot/", content)
- content = re.sub(r"/buildbot/(.*)/buildstatus\?builder=(.*)&number=(\d+)",
- r"/buildbot/\1/builders/\2/builds/\3", content)
+ # content = re.sub("http://build.chromium.org/p/", "/buildbot/", content)
+ # content = re.sub(r"/buildbot/(.*)/buildstatus\?builder=(.*)&number=(\d+)",
+ # r"/buildbot/\1/builders/\2/builds/\3", content)
# Disable the personalized for box for now.
content = re.sub(r"<input id='namebox", r"<!-- <input id='namebox", content)
« 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