Title: [120217] trunk/Tools
Revision
120217
Author
[email protected]
Date
2012-06-13 09:26:49 -0700 (Wed, 13 Jun 2012)

Log Message

Update buildbot master in autoinstaller to match build.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=88992

Reviewed by Adam Barth.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (120216 => 120217)


--- trunk/Tools/ChangeLog	2012-06-13 16:16:35 UTC (rev 120216)
+++ trunk/Tools/ChangeLog	2012-06-13 16:26:49 UTC (rev 120217)
@@ -1,3 +1,13 @@
+2012-06-13  Csaba Osztrogonác  <[email protected]>
+
+        Update buildbot master in autoinstaller to match build.webkit.org
+        https://bugs.webkit.org/show_bug.cgi?id=88992
+
+        Reviewed by Adam Barth.
+
+        * Scripts/webkitpy/thirdparty/__init__.py:
+        (AutoinstallImportHook._install_buildbot):
+
 2012-06-13  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r120209.

Modified: trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py (120216 => 120217)


--- trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2012-06-13 16:16:35 UTC (rev 120216)
+++ trunk/Tools/Scripts/webkitpy/thirdparty/__init__.py	2012-06-13 16:26:49 UTC (rev 120217)
@@ -106,8 +106,13 @@
         installer.install(url=""
                           url_subpath="Jinja2-2.6/jinja2")
 
-        self._install("http://pypi.python.org/packages/source/b/buildbot/buildbot-0.8.4p2.tar.gz#md5=7597d945724c80c0ab476e833a1026cb", "buildbot-0.8.4p2/buildbot")
+        SQLAlchemy_dir = self._fs.join(_AUTOINSTALLED_DIR, "sqlalchemy")
+        installer = AutoInstaller(append_to_search_path=True, target_dir=SQLAlchemy_dir)
+        installer.install(url=""
+                          url_subpath="SQLAlchemy-0.7.7/lib/sqlalchemy")
 
+        self._install("http://pypi.python.org/packages/source/b/buildbot/buildbot-0.8.6p1.tar.gz#md5=b6727d2810c692062c657492bcbeac6a", "buildbot-0.8.6p1/buildbot")
+
     def _install_coverage(self):
         installer = AutoInstaller(target_dir=_AUTOINSTALLED_DIR)
         installer.install(url="" url_subpath="coverage-3.5.1/coverage")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to