[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

paroga at webkit.org paroga at webkit.org
Fri Jan 21 14:51:25 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 0137c80e4c6452ad1474ef8e5e0894088595d846
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 3 01:06:58 2011 +0000

    2011-01-02  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by Adam Barth.
    
            Make EFL a core builder
            https://bugs.webkit.org/show_bug.cgi?id=51804
    
            * Scripts/webkitpy/common/net/buildbot/buildbot.py:
            * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74881 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 2894f57..db46588 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-02  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by Adam Barth.
+
+        Make EFL a core builder
+        https://bugs.webkit.org/show_bug.cgi?id=51804
+
+        * Scripts/webkitpy/common/net/buildbot/buildbot.py:
+        * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
+
 2011-01-02  Csaba Osztrogonác  <ossy at webkit.org>
 
         [Qt] Unreviewed fix after r74855 and r74875.
diff --git a/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py b/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
index 3cb6da5..98e2fae 100644
--- a/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
+++ b/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
@@ -270,6 +270,7 @@ class BuildBot(object):
             "Leopard",
             "Tiger",
             "Windows.*Build",
+            "EFL",
             "GTK.*32",
             "GTK.*64.*Debug",  # Disallow the 64-bit Release bot which is broken.
             "Qt",
diff --git a/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py b/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
index a10e432..8499c9d 100644
--- a/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
+++ b/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
@@ -254,6 +254,7 @@ class BuildBotTest(unittest.TestCase):
             "Leopard",
             "Tiger",
             "Windows.*Build",
+            "EFL",
             "GTK.*32",
             "GTK.*64.*Debug",  # Disallow the 64-bit Release bot which is broken.
             "Qt",

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list