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

ossy at webkit.org ossy at webkit.org
Sun Feb 20 23:06:33 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 2fb614530aa7866b6a4f4c1d650c4496de7c0e4b
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 17 16:38:40 2011 +0000

    Unreviewed fix after r75908.
    
    Move WebKit into Source
    https://bugs.webkit.org/show_bug.cgi?id=52530
    
    * BuildSlaveSupport/build.webkit.org-config/master.cfg: Add Source to the path for Qt API tests.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75948 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index 0d69f96..11a7ae9 100644
--- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -319,7 +319,7 @@ class RunQtAPITests(shell.Test):
     descriptionDone = ["API tests"]
     command = ["python", "./Tools/Scripts/run-qtwebkit-tests",
                "--output-file=qt-unit-tests.html", "--do-not-open-results", "--timeout=30",
-               WithProperties("WebKitBuild/%(configuration_pretty)s/WebKit/qt/tests/")]
+               WithProperties("WebKitBuild/%(configuration_pretty)s/Source/WebKit/qt/tests/")]
 
     def start(self):
         self.setProperty("configuration_pretty", self.getProperty("configuration").title())
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 21856d9..dc147ed 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,14 @@
 2011-01-17  Csaba Osztrogonác  <ossy at webkit.org>
 
+        Unreviewed fix after r75908.
+
+        Move WebKit into Source
+        https://bugs.webkit.org/show_bug.cgi?id=52530
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg: Add Source to the path for Qt API tests.
+
+2011-01-17  Csaba Osztrogonác  <ossy at webkit.org>
+
         Unreviewed.
 
         Remove accidentally committed debug printing after r75908.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list