summaryrefslogtreecommitdiff
path: root/etckeeper.conf
AgeCommit message (Collapse)Author
2014-10-28add support for DNF package managerPetr Spacek
2014-05-08Added support for pushing to multiple remote repositoriesRouben
2013-07-07add support for pacman package managerTiago Stürmer Daitx
2012-11-19improvements to push codeJoey Hess
2012-11-18Add support for auto-pushing after a commitL. Alberto Giménez
A new variable is introduced that will cause etckeeper to push to a configuration-defined remote.
2012-08-06Add zypper plugin for openSUSECatalin Iacob
This uses zypp_plugin, a Python helper for implementing the protocol between zypper and plugins.
2011-06-19Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to ↵Joey Hess
avoid daily noise. (gulikoza)
2010-03-12darcs cleanupJoey Hess
* 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.
2010-03-12whitespaceJoey Hess
2009-02-25added yum-etckeeper plugin to top level etckeeper specfile. made makefile ↵Jimmy Tang
install said plugin when yum is selected as a high level package manager.
2009-02-14clarifyJoey Hess
2009-02-13Add a daily cron job to autocommit changes to /etcJoey Hess
The cron job is enabled by default but can be disabled via etckeeper.conf. (Thanks to Thierry Carrez)
2009-02-04Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032Joey Hess
2008-06-07Add a AVOID_COMMIT_BEFORE_INSTALL option in the config file to make it easy ↵Joey Hess
to configure etckeeper to abort an installation if there are uncommitted changes in /etc. Closes: #478754
2008-03-11* Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515Joey Hess
(Note that bzr does not support etckeeper's pre-commit hook.)
2008-01-07* Separate debconf use from the main flow of the script so the commitJoey Hess
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..)
2008-01-04Merge branch 'hg'Joey Hess
Significantly refactored
2008-01-03minor consistency fixJoey Hess
2008-01-03 * Added configuration options for highlevel and lowlevel package managersJoey Hess
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.
2008-01-03hg and git subrepo creation (hg is for now a copy of git)Mathieu Clabaut
2008-01-03Debut intégration HGMathieu Clabaut
2007-11-14rewordingJoey Hess
2007-11-14Render option to git commit configurableRémi Vanicat
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