[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
abarth at webkit.org
abarth at webkit.org
Tue Jan 5 23:43:19 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit b96ff8383efd13df08dbd993b8d75cad1ecd0b23
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