Age | Commit message (Collapse) | Author |
|
The systemd timer can be disabled by running systemctl, so it's redundant
to have another way to disable it. And, users will want to disable the cron
job when enabling the timer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A new variable is introduced that will cause etckeeper to push to a
configuration-defined remote.
|
|
This uses zypp_plugin, a Python helper for implementing the protocol
between zypper and plugins.
|
|
avoid daily noise. (gulikoza)
|
|
* Changed darcs to specify --author instead of noting the committing
user inside the commit log.
* Add -a to DARCS_COMMIT_OPTIONS so commits are noninteractive by default,
but users who want darcs prompting can disable it.
* Use darcs record -m to specify commit message, instead of using a logfile.
|
|
|
|
install said plugin when yum is selected as a high level package manager.
|
|
|
|
The cron job is enabled by default but can be disabled via etckeeper.conf.
(Thanks to Thierry Carrez)
|
|
|
|
to configure etckeeper to abort an installation if there are uncommitted changes in /etc. Closes: #478754
|
|
(Note that bzr does not support etckeeper's pre-commit hook.)
|
|
stage can use editors etc. Closes: #459547
* Remove the hint about setting -e to get interactive commits, since
I don't want to encourage users to do that. (For one thing, it's unlikely
to work if a graphical package manager is used..)
|
|
Significantly refactored
|
|
|
|
in etckeeper.conf.
* Only install apt hooks if apt is used.
* Only add backup conffile exclusion to gitignore if dpkg is used.
* Rename pre/post-apt.d to pre/post-install.d to allow the same directories
to be used for other package managers.
* Use the name of the highlevel package manager in commit messages.
|
|
|
|
|
|
|
|
When etckeeper commit something it use a default message that can be
configured, but not easily edited on a case by case basis.
To make this possible, and to give other way to customize commit, I
add a configuration file that contain for now only one option:
GIT_COMMIT_OPTION that can contain option given to git commit when run
by etckeeper
|