From 643ca7872b450ea4efacab6188849e5aac2ba161 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 15 Dec 2009 10:12:09 +0000 Subject: Merge webkit.org at r51976 : Initial merge by git. Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43 --- WebKitTools/QueueStatusServer/app.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 WebKitTools/QueueStatusServer/app.yaml (limited to 'WebKitTools/QueueStatusServer/app.yaml') diff --git a/WebKitTools/QueueStatusServer/app.yaml b/WebKitTools/QueueStatusServer/app.yaml new file mode 100644 index 0000000..2756112 --- /dev/null +++ b/WebKitTools/QueueStatusServer/app.yaml @@ -0,0 +1,11 @@ +application: webkit-commit-queue +version: 1 +runtime: python +api_version: 1 + +handlers: +- url: /stylesheets + static_dir: stylesheets + +- url: /.* + script: queue_status.py -- cgit v1.1