summaryrefslogtreecommitdiff
path: root/debian/templates
blob: 3919b6a3f21678d4ec20b2e7be1bc067f919e524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Template: etckeeper/unclean
Type: boolean
Default: true
_Description: Commit changed files in /etc to git?
 etckeeper has detected that /etc contains uncommitted files
 or other changes. It's best to have everything in /etc committed
 to git before running apt. etckeeper can add any new files listed below,
 and commit all the changed files for you.
 .
 ${STATUS}

Template: etckeeper/commit_failed
Type: error
_Description: git commit failed
 etckeeper failed to commit changes in /etc using git.
 You may want to resolve the uncommitted changes by hand before continuing.