[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

gyuyoung.kim at samsung.com gyuyoung.kim at samsung.com
Sun Feb 20 23:45:32 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 0c767b4054be08d5e1dfd6c215e9ec42f6778947
Author: gyuyoung.kim at samsung.com <gyuyoung.kim at samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 25 00:35:38 2011 +0000

    2011-01-24  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Reviewed by Adam Barth.
    
            Add EFL Builder to core waterfall
            https://bugs.webkit.org/show_bug.cgi?id=52704
    
            Add EFL Builder to the core waterfall again.
    
            * 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@76553 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 20a028c..eb02bc8 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-24  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Reviewed by Adam Barth.
+
+        Add EFL Builder to core waterfall
+        https://bugs.webkit.org/show_bug.cgi?id=52704
+
+        Add EFL Builder to the core waterfall again.
+
+        * Scripts/webkitpy/common/net/buildbot/buildbot.py:
+        * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
+
 2011-01-24  Xianzhu Wang  <wangxianzhu at google.com>
 
         Reviewed by Tony Chang.
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 57290d1..ba898ec 100644
--- a/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
+++ b/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
@@ -259,6 +259,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