Codebase list metche / be27d6d debian / metche / etc / metche.conf
be27d6d

Tree @be27d6d (Download .tar.gz)

metche.conf @be27d6draw · history · blame

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

# Directory watched by metche
WATCHED_DIR="/etc"

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

# Changelogs location (set to "" if you want to disable Changelog's monitoring)
CHANGELOG_DIR="/root/changelogs"

# Debian packages monitoring : uncomment next line to disable (default: enabled)
# DO_PACKAGES="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"

# Patterns to exclude ; will be used to feed tar and diff
TAR_OPTS="--exclude=*.swp --exclude=#* --exclude=*~ --exclude=*.key --exclude=ifstate --exclude=vdirbase --exclude=run.rev --exclude=vdir --exclude=run.rev"

# locale (will be used to feed LC_ALL)
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"


#######################################################################
#
# 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=""