Title: [174461] trunk/Tools
Revision
174461
Author
[email protected]
Date
2014-10-08 10:40:09 -0700 (Wed, 08 Oct 2014)

Log Message

[webkitpy] Use python-irclib-0.4.8.tar.gz instead of zip in AutoInstaller
https://bugs.webkit.org/show_bug.cgi?id=137516

Reviewed by Alexey Proskuryakov.

* Scripts/webkitpy/thirdparty/__init__.py:
(AutoinstallImportHook._install_irc):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174460 => 174461)


--- trunk/Tools/ChangeLog	2014-10-08 17:32:41 UTC (rev 174460)
+++ trunk/Tools/ChangeLog	2014-10-08 17:40:09 UTC (rev 174461)
@@ -1,3 +1,13 @@
+2014-10-08  Csaba Osztrogonác  <[email protected]>
+
+        [webkitpy] Use python-irclib-0.4.8.tar.gz instead of zip in AutoInstaller
+        https://bugs.webkit.org/show_bug.cgi?id=137516
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+        (AutoinstallImportHook._install_irc):
+
 2014-10-08  Carlos Alberto Lopez Perez  <[email protected]>
 
         [GTK] install-dependencies should install libjpeg-turbo on Debian and derivatives.

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (174460 => 174461)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2014-10-08 17:32:41 UTC (rev 174460)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2014-10-08 17:40:09 UTC (rev 174461)
@@ -146,10 +146,10 @@
         # organization purposes.
         irc_dir = self._fs.join(_AUTOINSTALLED_DIR, "irc")
         installer = AutoInstaller(target_dir=irc_dir)
-        installer.install(url=""
-                                                url_subpath="irclib.py")
-        installer.install(url=""
-                          url_subpath="ircbot.py")
+        installer.install(url=""
+                                                url_subpath="python-irclib-0.4.8/irclib.py")
+        installer.install(url=""
+                          url_subpath="python-irclib-0.4.8/ircbot.py")
 
     def _install(self, url, url_subpath=None, target_name=None):
         installer = AutoInstaller(target_dir=_AUTOINSTALLED_DIR)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to