summaryrefslogtreecommitdiff
path: root/etckeeper.conf
blob: f7a7ddfcd937b01d2ef2df195b8fc853ce8eee58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# The VCS to use.
# VCS="hg"
VCS="git"
# VCS="bzr"

# Options passed to git commit when run by etckeeper.
#GIT_COMMIT_OPTIONS=""

# Options passed to hg commit when run by etckeeper.
#HG_COMMIT_OPTIONS=""

# Options passed to bzr commit when run by etckeeper.
#BZR_COMMIT_OPTIONS=""

# The high-level package manager that's being used.
HIGHLEVEL_PACKAGE_MANAGER=apt

# The low-level package manager that's being used.
LOWLEVEL_PACKAGE_MANAGER=dpkg