Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-25 | added 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-25 | yum plugin for etckeeper, this similar to the apt hooks | Jimmy Tang | |
this plugin works on SL4 and SL5 based systems, it should work with any RHEL based distro. this will probably need to be updated when the next version of etckeeper comes out as the current dev version's list installed hook does the right thing. | |||
2009-02-25 | mixed case matching | Joey Hess | |
2009-02-24 | releasing version 0.32 | Joey Hess | |
2009-02-24 | wording | Joey Hess | |
2009-02-24 | update | Joey Hess | |
2009-02-24 | reorder | Joey Hess | |
2009-02-24 | etckeeper commit may not always auto-run | Joey Hess | |
2009-02-24 | mention darcs | Joey Hess | |
2009-02-24 | uninit and auto-init | Joey Hess | |
* Add uninit subcommand, which cleans up all etckeeper and VCS droppings in /etc. This is useful if you want to switch to a different VCS and don't have any history to preserve. (Preserving history and converting is of course possible, but significantly harder.) * Run etckeeper init on initial install. Closes: #505772 (The idea being that if someone doesn't want to use git, they can immediatly uninit to easily reverse this.) * Document how to change the VCS used by etckeeper, without preserving any history. Preserving history left as an exersise for the reader. Closes: #515237 | |||
2009-02-24 | update | Joey Hess | |
2009-02-24 | don't install bash_completion as doc file | Joey Hess | |
It's installed into /etc by the Makefile | |||
2009-02-24 | let's use the toplevel debian ftp server | Joey Hess | |
2009-02-24 | initial etckeeper specfile for generating an rpm | Jimmy Tang | |
2009-02-24 | add arch to list-installed for rpm | Joey Hess | |
2009-02-17 | Implement list-installed for rpm. (Untested) | Joey Hess | |
2009-02-16 | Add .sw? to ignores. vim uses that if editing an unspecified file name. ↵ | Joey Hess | |
Closes: #515628 | |||
2009-02-16 | Avoid relying on USER being set, won't be for cron job. Closes: #515602 | Joey Hess | |
2009-02-14 | clarify | Joey Hess | |
2009-02-14 | releasing version 0.30 | Joey Hess | |
2009-02-14 | Fix handling of -d in recursive calls to etckeeper | Joey Hess | |
Some etckeeper scripts run 'etckeeper unclean' and other subcommands. If -d was specified, those subcommands would run on /etc, rather than the -d directory. Use an env var to propigate the directory to the subcommands. | |||
2009-02-13 | ignore file update support | Joey Hess | |
* etckeeper update-ignore will automatically update the VCS ignore file, only touching the part inside a "managed by etckeeper" comment block. * Run etckeeper update-ignore on upgrade. | |||
2009-02-13 | Also add emacs #*# autosave files to default ignores. | Joey Hess | |
And DEADJOE files, for good measure. | |||
2009-02-13 | Add vim .*.sw? files to default ignores. | Joey Hess | |
And enhance the darcs glob to re code to support `?` | |||
2009-02-13 | Fix executable bits on two darcs support scripts. | Joey Hess | |
2009-02-13 | shut up cron job | Joey Hess | |
(I hope that no VCS outputs commits to stderr..) | |||
2009-02-13 | update README to mention cron jobs | Joey Hess | |
2009-02-13 | test for files, avoid hardcoding path unnecessarily | Joey Hess | |
Make sure the files exist, so that if etckeeper is removed, the cron job will stop. etckeeper should be in the path | |||
2009-02-13 | Add a daily cron job to autocommit changes to /etc | Joey Hess | |
The cron job is enabled by default but can be disabled via etckeeper.conf. (Thanks to Thierry Carrez) | |||
2009-02-12 | releasing version 0.28 | Joey Hess | |
2009-02-05 | add comment | Joey Hess | |
2009-02-04 | Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032 | Joey Hess | |
2009-02-04 | update for darcs | Joey Hess | |
2009-02-04 | As part of the darcs support, change the apt hook to run Pre-Invoke, | Joey Hess | |
rather than Pre-Install-Pkgs. Gian Piero Carrubba > It seems to me that etckeeper doesn't use the package names received on the > stdin and I think there's no other (substantial) difference between these two > hooks. OTH, this allows the use of darcs w/o the -a option to the record > command (commit w/o confirmation) and it's useful for examining automatic > pre-install commits. | |||
2009-02-04 | avoid hardcoding root user/group | Joey Hess | |
Patch from Tobias Hunger who is trying to use etckeeper with non-root users, outside of /etc. | |||
2009-02-01 | releasing version 0.27 | Joey Hess | |
2009-01-31 | Avoid use of etckeeper pre-commit on Trees not on the filesystem. | Jelmer Vernooij | |
2009-01-28 | Use SUDO_USER as the committer if set. Closes: #498739 (Thierry Carrez) | Joey Hess | |
2009-01-25 | Prevent git from removing a directory when the last file in it has been ↵ | Joey Hess | |
removed, but the directory is left existing and empty, by touching a flag file before calling git rm. Closes: 513006 | |||
2009-01-24 | Add Japanese debconf translation. Closes: #512869 | Joey Hess | |
2008-12-31 | releasing version 0.25 | Joey Hess | |
2008-12-29 | releasing version 0.24 | Joey Hess | |
2008-12-27 | simplify expression | Joey Hess | |
2008-12-27 | Make .etckeeper test that files actually exist before acting on them. ↵ | Joey Hess | |
Closes: #509888 | |||
2008-12-25 | releasing version 0.23 | Joey Hess | |
2008-12-25 | Fix hook scripts to use new etckeeper path. Closes: #509742 | Joey Hess | |
2008-12-23 | releasing version 0.22 | Joey Hess | |
2008-12-23 | Build using python-central. For some reason bzr does not pick up on plugins ↵ | Joey Hess | |
built using python-support. | |||
2008-12-22 | fixed | Joey Hess | |
2008-12-22 | bug closure | Joey Hess | |