[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ojan at chromium.org ojan at chromium.org
Wed Dec 22 12:20:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 07237edde07d8c403683ca9af0b3e003e1fad5cf
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 19 20:46:40 2010 +0000

    2010-08-19  Ojan Vafai  <ojan at chromium.org>
    
            Reviewed by Adam Barth.
    
            install rietveld's upload script from a versioned url
            https://bugs.webkit.org/show_bug.cgi?id=44291
    
            autoinstall expects the file at a given URL to never change.
            In order to be able to update the file, we need to be able to
            change the path.
    
            * Scripts/webkitpy/thirdparty/__init__.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65696 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 3f0c266..c413fcf 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,19 @@
 
         Reviewed by Adam Barth.
 
+        install rietveld's upload script from a versioned url
+        https://bugs.webkit.org/show_bug.cgi?id=44291
+
+        autoinstall expects the file at a given URL to never change.
+        In order to be able to update the file, we need to be able to
+        change the path.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+
+2010-08-19  Ojan Vafai  <ojan at chromium.org>
+
+        Reviewed by Adam Barth.
+
         add --webkit_patch_id to reitveld uploads
         https://bugs.webkit.org/show_bug.cgi?id=44289
 
diff --git a/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py b/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
index 3a7aff3..7eac1cb 100644
--- a/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
+++ b/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
@@ -79,7 +79,7 @@ installer.install(url="http://www.adambarth.com/webkit/eliza",
 
 rietveld_dir = os.path.join(autoinstalled_dir, "rietveld")
 installer = AutoInstaller(target_dir=rietveld_dir)
-installer.install(url="http://webkit-rietveld.googlecode.com/svn/trunk/upload.py",
+installer.install(url="http://webkit-rietveld.googlecode.com/svn/trunk/upload_v26/upload.py",
                   target_name="upload.py")
 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list