Codebase list metche / 9e03f8e metche.conf.default
9e03f8e

Tree @9e03f8e (Download .tar.gz)

metche.conf.default @9e03f8eraw · history · blame

#######################################################################
#
# metche configuration
#

# Directory watched by metche
WATCHED_DIR="/etc"

# Directory containing backups
BACKUP_DIR="/var/lib/metche"

# Activate single changelog file monitoring
CHANGELOG_FILE="/root/Changelog"

# Activate multiple changelogs file monitoring.
# Each "Changelog" should be in a sub-directory of CHANGELOG_DIR.
# (Override CHANGELOG_FILE if both are set)
#CHANGELOG_DIR="/root/changelogs"

# Debian packages monitoring: uncomment next line to disable (default: enabled)
#DO_PACKAGES="no"

# Show diff details for modified files (default: enabled)
DO_DETAILS="no"

# Minutes until unstable goes to testing
TESTING_TIME="60"

# Days until testing goes to stable
STABLE_TIME="3"

# Address receiving testing changes report
EMAIL_ADDRESS="root@localhost"

# Encrypt emails with GnuPG ? (uncomment next line to do so)
# ENCRYPT_EMAIL="yes"

# Filename patterns to ignore (space-separated list)
# GNU tar --exclude pattern matching rules are used:
#   - If a pattern matches a directory, all the files beneath it are
#     recursively excluded.
#   - Periods (`.') or forward slashes (`/') are not considered special for
#     wildcard matches.
# Example (default value):
# EXCLUDES="*.swp #* *~ *.key ifstate adjtime ld.so.cache shadow* \
#           blkid.tab* aumixrc net.enable mtab \
#           vdirbase run.rev vdir run.rev"

# Locale (will be used to feed LC_ALL)
# Warning: values different from "C" are untested.
#LOCALE="C"

# Prefix that will be prepended to the commands that should be run
# inside a vserver
VSERVER_EXEC_PREFIX=""
#VSERVER_EXEC_PREFIX="/usr/sbin/vserver blabla exec"

# Set this to yes to get more debugging output.
# (default: enabled until metche 1.0 is released)
#DEBUG=no

#######################################################################
#
# Localizable strings
#

# Add your custom headers below

#_MAIL_SUBJECT="`$VSERVER_EXEC_PREFIX hostname -f` - changes report"
#_NO_DEBIAN_PACKAGES_CHANGE="No change in Debian packages state."
#_NO_CHANGE="No change."
#MAIN_HEADER=""
#CHANGELOGS_HEADER=""
#FILES_HEADER=""
#DEBIAN_PACKAGES_HEADER=""
#FILES_DETAILS_HEADER=""