[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-755-ga3ab31d

Andreas Beckmann debian at abeckmann.de
Mon Jun 18 11:38:20 UTC 2012


The following commit has been merged in the piatti branch:
commit 0d7b337ad5ef5fd1845b8562c530823bb0e6719e
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Jun 18 02:10:16 2012 +0200

    update piuparts.conf documentation
    
    * leave more parameters in the [global] section, -report and bin/* need
      e.g. [global] master-directory
    * overriding them per section is an undocumented feature without use case
    * document output-directory
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/README.txt b/README.txt
index cfc2ff7..4beca25 100644
--- a/README.txt
+++ b/README.txt
@@ -410,6 +410,14 @@ used for all further sections.
 
 * "sections" defaults to sid and defines which sections should be processed in master-slave mode. Each section defined here has to have a section with the section specific settings explained below. The first section defined should always be sid, because the data from first section a package is in is used for the source package html report.
 
+* "master-host" is the host where the master exists. The slave will give this host to ssh. This option is mandatory.
+
+* "master-user" is the username of the master. The slave will log in using this username. This option is mandatory.
+
+* "master-directory" is the directory where the master keeps its files. Can be relative to the master's home directory.
+
+* "output-directory" is the directory where piuparts-report places the logfiles, generated html files, charts, ... that can be served by a webserver.
+
 ==== section specific configuration
 
 The section specific settings will be reloaded each time a section
@@ -417,12 +425,6 @@ is being run. All these keys can be specified in the [global]
 section, too, and will serve as defaults for all other sections
 (overriding the builtin defaults).
 
-* "master-host" is the host where the master exists. The slave will give this host to ssh. This option is mandatory.
-
-* "master-user" is the username of the master. The slave will log in using this username. This option is mandatory.
-
-* "master-directory" is the directory where the master keeps its files. Can be relative to the master's home directory.
-
 * "master-command" is the command to run on master-host to start the master. When the master has been installed from the Debian package, the command is 'python /usr/share/piuparts/piuparts-master'.  The section name will be given as a command line argument to this command.
 
 * "idle-sleep" is the length of time the slave should wait before querying the master again if the master didn't have any new packages to test. In seconds, so a value of 300 would mean five minutes, and that seems to be a good value when there are fairly few slaves per master. The default is 300 seconds.

-- 
piuparts git repository



More information about the Piuparts-commits mailing list