[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

abarth at webkit.org abarth at webkit.org
Thu Apr 8 00:22:42 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 817f2ac7696463e579fa324642328329e45690f3
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 7 06:42:31 2009 +0000

    2009-12-06  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            [bzt] Make LandingSequence.update aware of ports
            https://bugs.webkit.org/show_bug.cgi?id=32208
    
            This is required to make build work on the Chromium port because
            Chromium has a custom update-webkit.
    
            * Scripts/modules/landingsequence.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51749 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index d8e6d29..70c57c6 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,18 @@
 
         Reviewed by Eric Seidel.
 
+        [bzt] Make LandingSequence.update aware of ports
+        https://bugs.webkit.org/show_bug.cgi?id=32208
+
+        This is required to make build work on the Chromium port because
+        Chromium has a custom update-webkit.
+
+        * Scripts/modules/landingsequence.py:
+
+2009-12-06  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
         Add early warning system commands to bugzilla-tool.
 
         * Scripts/bugzilla-tool:
diff --git a/WebKitTools/Scripts/modules/landingsequence.py b/WebKitTools/Scripts/modules/landingsequence.py
index 1f818c3..eddb539 100644
--- a/WebKitTools/Scripts/modules/landingsequence.py
+++ b/WebKitTools/Scripts/modules/landingsequence.py
@@ -77,7 +77,7 @@ class LandingSequence:
         self._tool.steps.clean_working_directory(self._tool.scm(), self._options)
 
     def update(self):
-        self._tool.steps.update()
+        self._tool.steps.update(port=self._port)
 
     def apply_patch(self):
         log("Processing patch %s from bug %s." % (self._patch["id"], self._patch["bug_id"]))

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list