Changeset 65696 in webkit


Ignore:
Timestamp:
Aug 19, 2010 1:46:40 PM (14 years ago)
Author:
ojan@chromium.org
Message:

2010-08-19 Ojan Vafai <ojan@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:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r65694 r65696  
     12010-08-19  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        install rietveld's upload script from a versioned url
     6        https://bugs.webkit.org/show_bug.cgi?id=44291
     7
     8        autoinstall expects the file at a given URL to never change.
     9        In order to be able to update the file, we need to be able to
     10        change the path.
     11
     12        * Scripts/webkitpy/thirdparty/__init__.py:
     13
    1142010-08-19  Ojan Vafai  <ojan@chromium.org>
    215
  • trunk/WebKitTools/Scripts/webkitpy/thirdparty/__init__.py

    r64822 r65696  
    8080rietveld_dir = os.path.join(autoinstalled_dir, "rietveld")
    8181installer = AutoInstaller(target_dir=rietveld_dir)
    82 installer.install(url="http://webkit-rietveld.googlecode.com/svn/trunk/upload.py",
     82installer.install(url="http://webkit-rietveld.googlecode.com/svn/trunk/upload_v26/upload.py",
    8383                  target_name="upload.py")
    8484
Note: See TracChangeset for help on using the changeset viewer.