Edgewall Software

Changes between Version 2 and Version 3 of Slave Configuration


Ignore:
Timestamp:
Oct 23, 2007, 3:58:31 AM (17 years ago)
Author:
David Abrahams <dave@…>
Comment:

Added information about the [machine] and [os] section requirements

Legend:

Unmodified
Added
Removed
Modified
  • Slave Configuration

    v2 v3  
    1313For simple manual editing, the slave configuration file will be based on the “INI” file format known from Windows, which is also frequently used by Python applications and supported by Pythons´ [http://docs.python.org/lib/module-ConfigParser.html ConfigParser] module.
    1414
    15 A configuration file is partitioned into named sections. There are two predefined sections named {{{[machine]}}} and {{{[os]}}}. There may be any number of additional sections, where each section corresponds to a software package. For example:
     15A configuration file is partitioned into named sections. There are two predefined sections named {{{[machine]}}} and {{{[os]}}}. If you supply them in your configuration file they should include the following sections.
     16
     17{{{
     18[os]
     19name = linux
     20version = 2.6.17
     21family = posix
     22
     23[machine]
     24name = grogan
     25processor = x86
     26}}}
     27
     28There may be any number of additional sections, where each section corresponds to a software package. For example:
    1629
    1730{{{