[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

cjerdonek at webkit.org cjerdonek at webkit.org
Fri Feb 26 22:26:28 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit e34c57a72a634d4d89531fcdb1b118dc8bd9ae1c
Author: cjerdonek at webkit.org <cjerdonek at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Feb 20 17:42:46 2010 +0000

    2010-02-20  Chris Jerdonek  <cjerdonek at webkit.org>
    
            Reviewed by Adam Barth.
    
            Created a directory for third-party Python code, and moved
            autoinstall.py into it.
    
            https://bugs.webkit.org/show_bug.cgi?id=34540
    
            * Scripts/webkitpy/__init__.py:
              - Updated "import autoinstall" statement.
    
            * Scripts/webkitpy/autoinstall.py: Removed.
              - Moved to thirdparty/autoinstall.py.
    
            * Scripts/webkitpy/thirdparty: Added.
            * Scripts/webkitpy/thirdparty/__init__.py: Added.
            * Scripts/webkitpy/thirdparty/autoinstall.py: Copied from WebKitTools/Scripts/webkitpy/autoinstall.py.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55053 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index e33f9e5..3cd1331 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,22 @@
+2010-02-20  Chris Jerdonek  <cjerdonek at webkit.org>
+
+        Reviewed by Adam Barth.
+
+        Created a directory for third-party Python code, and moved
+        autoinstall.py into it.
+
+        https://bugs.webkit.org/show_bug.cgi?id=34540
+
+        * Scripts/webkitpy/__init__.py:
+          - Updated "import autoinstall" statement.
+
+        * Scripts/webkitpy/autoinstall.py: Removed.
+          - Moved to thirdparty/autoinstall.py.
+
+        * Scripts/webkitpy/thirdparty: Added.
+        * Scripts/webkitpy/thirdparty/__init__.py: Added.
+        * Scripts/webkitpy/thirdparty/autoinstall.py: Copied from WebKitTools/Scripts/webkitpy/autoinstall.py.
+
 2010-02-20  Gustavo Noronha Silva  <gns at gnome.org>
 
         Unreviewed, obvious fix for the python failure in our new buildbot
diff --git a/WebKitTools/Scripts/webkitpy/__init__.py b/WebKitTools/Scripts/webkitpy/__init__.py
index 94ecc70..efa8c7a 100644
--- a/WebKitTools/Scripts/webkitpy/__init__.py
+++ b/WebKitTools/Scripts/webkitpy/__init__.py
@@ -1,6 +1,6 @@
 # Required for Python to search this directory for module files
 
-import autoinstall
+import thirdparty.autoinstall as autoinstall
 
 # List our third-party library dependencies here and where they can be
 # downloaded.
diff --git a/WebKitTools/QueueStatusServer/filters/__init__.py b/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
similarity index 100%
copy from WebKitTools/QueueStatusServer/filters/__init__.py
copy to WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
diff --git a/WebKitTools/Scripts/webkitpy/autoinstall.py b/WebKitTools/Scripts/webkitpy/thirdparty/autoinstall.py
similarity index 100%
rename from WebKitTools/Scripts/webkitpy/autoinstall.py
rename to WebKitTools/Scripts/webkitpy/thirdparty/autoinstall.py

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list