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

Unified Diff: app.yaml

Issue 13892003: Added buildbot appengine frontend for chromium-build app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Review fixes 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 | « app.py ('k') | buildlogparse.py » ('j') | templates/step.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app.yaml
diff --git a/app.yaml b/app.yaml
index a09c411d07f54cd2e96c3ec1de809de389659685..2ad63d355c0f40f8df4cda6795a99dc679a329b6 100644
--- a/app.yaml
+++ b/app.yaml
@@ -26,6 +26,9 @@ handlers:
script: merger.application
login: admin
+- url: /buildbot/.*
+ script: buildlogparse.app
+
- url: /.*
script: handler.application
« no previous file with comments | « app.py ('k') | buildlogparse.py » ('j') | templates/step.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698