Codebase list metche / 51f9055 debian / templates
51f9055

Tree @51f9055 (Download .tar.gz)

templates @51f9055raw · history · blame

Template: metche/email
Type: string
Default: root
Description: Send the reports to this email address.
 By default, metche is run periodically by a cron job which returns
 reports containing changes made to:
  - the changelog file(s),
  - the watched directory,
  - the list of installed Debian packages.
 This option indicates to which email address those reports will be
 sent and typically corresponds to your collective administration
 mailing-list address.
 .
 Note: metche is also able to use GnuPG to encrypt the email it sends,
 but does not by default. See the man page and the configuration file
 for more details.

Template: metche/changelog/type
Type: select
Choices: Single changelog file, Multiple changelog files, No changelog monitoring
Description: Changelog monitoring type.
 Metche monitors changelogs written by the administrators of the
 system, these changelogs contain comments describing the changes made
 to the system. You can choose between two different types of
 monitoring:
  - Single changelog file monitoring or
  - Multiple changelog files monitoring, in which each "Changelog"
    file in sub-directories of a given directory will be monitored.

Template: metche/changelog/file
Type: string
Description: Changelog file to be monitored.
 This option sets the path of the changelog file to be monitored.

Template: metche/changelog/directory
Type: string
Description: Changelog directory to be monitored.
 This option sets the path of the changelogs directory. Each
 "Changelog" file should be in a sub-directory of this directory.