[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

eric at webkit.org eric at webkit.org
Wed Dec 22 13:19:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9ca214c52069cca42f6cc639c3079d03aef6b16b
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 11 07:23:45 2010 +0000

    2010-09-11  Eric Seidel  <eric at webkit.org>
    
            Reviewed by Adam Barth.
    
            queues.webkit.org should expose /remote_api for data upload/download
            https://bugs.webkit.org/show_bug.cgi?id=45559
    
            * QueueStatusServer/app.yaml:
             - /remote_api is a standard app-engine service which allows use of
               the bulk uploader for data upload/download.  Exposing this
               (for admin access only) allows us to use
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67290 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index bce5be9..fe9c897 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-11  Eric Seidel  <eric at webkit.org>
+
+        Reviewed by Adam Barth.
+
+        queues.webkit.org should expose /remote_api for data upload/download
+        https://bugs.webkit.org/show_bug.cgi?id=45559
+
+        * QueueStatusServer/app.yaml:
+         - /remote_api is a standard app-engine service which allows use of
+           the bulk uploader for data upload/download.  Exposing this
+           (for admin access only) allows us to use 
+
 2010-09-10  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Dan Bernstein.
diff --git a/WebKitTools/QueueStatusServer/app.yaml b/WebKitTools/QueueStatusServer/app.yaml
index f6ff870..76d8963 100644
--- a/WebKitTools/QueueStatusServer/app.yaml
+++ b/WebKitTools/QueueStatusServer/app.yaml
@@ -7,5 +7,9 @@ handlers:
 - url: /stylesheets
   static_dir: stylesheets
 
+- url: /remote_api
+  script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
+  login: admin
+
 - url: /.*
   script: main.py

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list