[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 14:53:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f24b7f62d28fa4245b6e82c32066c5b86358f309
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 23 03:25:27 2010 +0000

    2010-10-22  Eric Seidel  <eric at webkit.org>
    
            Unreviewed.
    
            Make the EWS queues restart themselves more often.
            This matches the commit-queue.
    
            * EWSTools/start-queue.sh:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70380 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 6bf72d9..4806f13 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,14 @@
 2010-10-22  Eric Seidel  <eric at webkit.org>
 
+        Unreviewed.
+
+        Make the EWS queues restart themselves more often.
+        This matches the commit-queue.
+
+        * EWSTools/start-queue.sh:
+
+2010-10-22  Eric Seidel  <eric at webkit.org>
+
         Reviewed by Adam Barth.
 
         commit-queue should not pass --quiet to subcommands now that the parent command does the reporting
diff --git a/WebKitTools/EWSTools/start-queue.sh b/WebKitTools/EWSTools/start-queue.sh
index 1e0403f..7835e74 100755
--- a/WebKitTools/EWSTools/start-queue.sh
+++ b/WebKitTools/EWSTools/start-queue.sh
@@ -33,5 +33,5 @@ do
   git reset --hard
   git clean -f
   git svn rebase
-  ./WebKitTools/Scripts/webkit-patch $1 --no-confirm --exit-after-iteration 100
+  ./WebKitTools/Scripts/webkit-patch $1 --no-confirm --exit-after-iteration 10
 done

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list