debomatic.conf(5)
NAME
debomatic.conf - Configuration file for debomatic
DEFAULT SECTION
packagedir: this directory is the base directory where debomatic will
scan for packages to build. It must exists before launching debomatic
or an exception will be raised.
configdir: this directory contains pbuilder configuration files used to
pass build options to pbuilder. They must contain pbuilder specific
parameters (see pbuilderrc(5) for further reference) and their names
must match target releases (such as intrepid or unstable).
maxbuilds: maximum number of parallel build threads to be launched.
More threads will require powerful hardware.
inotify: if enabled, new threads will be launched immediately when
.changes files are put in packagedir.
sleep: debomatic will build another source package when a number of
seconds provided by this parameter have elapsed.
logfile: debomatic messages will be stored in this file
GPG SECTION
gpg: if enabled, turn GPG support on to check for signed packages
before attempting to build them.
keyring: this file contains authorized GPG keys. Source packages
signed with one of the keys included are allowed to build, other packages will be deleted from disk.
CHECKS SECTION
lintian: if enabled, run lintian application after build process. lintian has to be installed in order to do so.