Edgewall Software

Changes between Version 7 and Version 8 of TracDev/AutomaticBuilds


Ignore:
Timestamp:
Oct 29, 2009, 5:07:21 PM (14 years ago)
Author:
Tim Hatch
Comment:

Note that Bitten is disabled

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/AutomaticBuilds

    v7 v8  
    11= Automatic builds =
     2
     3For official build status, see the [http://buildbot.timhatch.com/trac/waterfall Trac Buildbot].  If you would like to contribute a builder, contact us on IrcChannel or MailingList.
     4
     5== Build configurations ==
     6
     7The following build configurations are currently set up:
     8
     9||'''Name'''||'''OS'''||'''Python'''||'''Database'''||'''SVN bindings'''||'''Build slave provider'''||'''Comment'''||
     10||Ubuntu||Ubuntu 9.04 amd64||2.4-2.6||SQLite||1.5.4||TimHatch|| ||
     11||OS X||OS X 10.5.6||2.4-2.6||SQLite||???||TimHatch||Stock py25, py24/26 from python.org||
     12||FreeBSD||FreeBSD 7.2 amd64||2.5-2.6||SQLite||1.6.6||TimHatch||Testing odd genshi + lxml||
     13||win7||Windows 7 32-bit||2.6||SQLite||???||TimHatch||[http://bugs.python.org/issue6906 Python issue 6906]||
     14
     15This Trac instance would normally be coordinating automatic builds of Trac through a [http://bitten.edgewall.org Bitten] build master.  This caused unusually high database load, so is currently disabled.
     16
     17{{{
     18#!comment
    219
    320This Trac instance coordinates automatic builds of Trac for various configuration variants through a [http://bitten.edgewall.org Bitten] build master.
     
    2441||'''Name'''||'''OS'''||'''Python'''||'''Database'''||'''SVN bindings'''||'''Build slave provider'''||'''Comment'''||
    2542||`darwin-py26`||OS X 10.5||2.6||SQLite|| ||EmmanuelBlot||to get ready for !SnowLeopard||
    26 || ||Gentoo Linux||2.5||postgres 8.3|| ||PacoPablo||Contact TimHatch for setup||
    27 || ||??? Linux||2.5||postgres 8.2|| ||TimHatch|| (for completeness)||
    28 || ||Ubuntu Linux (x86_64)||2.4-2.6||mysql 5.x|| ||TimHatch|| ||
    29 || ||OS X 10.4 (PPC G4)||2.4-2.6||SQLite?|| ||TimHatch|| can add other dbs||
    30 || ||FreeBSD 7 (i386)||2.5?||SQLite?|| ||TimHatch|| can add other dbs||
    3143
    3244== Comments ==
     
    3446 eblot::
    3547   It may be useful to add the CPU type and the SVN binding version.
    36  TimHatch::
    37    On my multi-python bots, subversion bindings may not be available on all
     48}}}