Avoid use of etckeeper pre-commit on Trees not on the filesystem.
[jelmer/etckeeper.git] / etckeeper.conf
1 # The VCS to use.
2 # VCS="hg"
3 VCS="git"
4 # VCS="bzr"
5
6 # Options passed to git commit when run by etckeeper.
7 #GIT_COMMIT_OPTIONS=""
8
9 # Options passed to hg commit when run by etckeeper.
10 #HG_COMMIT_OPTIONS=""
11
12 # Options passed to bzr commit when run by etckeeper.
13 #BZR_COMMIT_OPTIONS=""
14
15 # Uncomment to avoid etckeeper committing existing changes to 
16 # /etc before installation. It will cancel the installation,
17 # so you can commit the changes by hand.
18 #AVOID_COMMIT_BEFORE_INSTALL=1
19
20 # The high-level package manager that's being used.
21 HIGHLEVEL_PACKAGE_MANAGER=apt
22
23 # The low-level package manager that's being used.
24 LOWLEVEL_PACKAGE_MANAGER=dpkg