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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 13:35:46 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 197d0297d1556c37721f44c92bc1e9ec5b9057e4
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 21 02:52:16 2010 +0000

    2010-09-20  Adam Barth  <abarth at webkit.org>
    
            I ran the tests before landing but ignored the fact that they failed.  :(
    
            * Scripts/webkitpy/tool/commands/queues.py:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67914 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 93899f8..701153f 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-20  Adam Barth  <abarth at webkit.org>
 
+        I ran the tests before landing but ignored the fact that they failed.  :(
+
+        * Scripts/webkitpy/tool/commands/queues.py:
+
+2010-09-20  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         Add a feeder queue that polls bugs.webkit.org for the commit-cluster
diff --git a/WebKitTools/Scripts/webkitpy/tool/commands/queues.py b/WebKitTools/Scripts/webkitpy/tool/commands/queues.py
index b91ca89..1a360e8 100644
--- a/WebKitTools/Scripts/webkitpy/tool/commands/queues.py
+++ b/WebKitTools/Scripts/webkitpy/tool/commands/queues.py
@@ -181,7 +181,7 @@ class FeederQueue(AbstractQueue):
     def handle_unexpected_error(self, work_item, message):
         log(message)
 
-    def _checkout_update(self):
+    def _update_checkout(self):
         self.run_webkit_patch([
             "update",
             "--force-clean",

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list