Title: [93776] trunk/Tools
Revision
93776
Author
commit-qu...@webkit.org
Date
2011-08-25 05:30:33 -0700 (Thu, 25 Aug 2011)

Log Message

Unreviewed, rolling out r93767.
http://trac.webkit.org/changeset/93767
https://bugs.webkit.org/show_bug.cgi?id=66931

Broke Qt bot. (Requested by yutak on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2011-08-25

* Scripts/webkitpy/thirdparty/__init__.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (93775 => 93776)


--- trunk/Tools/ChangeLog	2011-08-25 12:02:16 UTC (rev 93775)
+++ trunk/Tools/ChangeLog	2011-08-25 12:30:33 UTC (rev 93776)
@@ -1,3 +1,13 @@
+2011-08-25  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r93767.
+        http://trac.webkit.org/changeset/93767
+        https://bugs.webkit.org/show_bug.cgi?id=66931
+
+        Broke Qt bot. (Requested by yutak on #webkit).
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+
 2011-08-25  Takashi Toyoshima  <toyos...@chromium.org>
 
         [WebSocket] update pywebsocket to 0.6b3 which supports closing handshake test

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (93775 => 93776)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2011-08-25 12:02:16 UTC (rev 93775)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2011-08-25 12:30:33 UTC (rev 93776)
@@ -139,8 +139,8 @@
     def _install_pywebsocket(self):
         pywebsocket_dir = self._fs.join(_AUTOINSTALLED_DIR, "pywebsocket")
         installer = AutoInstaller(target_dir=pywebsocket_dir)
-        installer.install(url=""
-                          url_subpath="pywebsocket-0.6b3/src/mod_pywebsocket")
+        installer.install(url=""
+                          url_subpath="pywebsocket-0.6b2/src/mod_pywebsocket")
 
     def _install(self, url, url_subpath):
         installer = AutoInstaller(target_dir=_AUTOINSTALLED_DIR)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to