Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-08 | Updated Italian debconf translation. Closes: #540516 | Joey Hess | |
2009-08-02 | Add Spanish debconf translation. Closes: #539589 | Joey Hess | |
2009-07-31 | releasing version 0.39 | Joey Hess | |
2009-07-19 | bzr: Set author to root when committing via sudo. Committer will be the sudo ↵ | Joey Hess | |
user, as it is in git. | |||
2009-07-13 | Typo. Closes: #536799 | Joey Hess | |
2009-07-09 | Document ETCKEEPER_CONF_DIR in man page. | Joey Hess | |
2009-07-08 | releasing version 0.38 | Joey Hess | |
2009-07-08 | Automatically commit on initial install, so users can begin relying on ↵ | Joey Hess | |
etckeeper right away. Closes: #533290 | |||
2009-06-28 | Use hostname if hostname -f fails. Closes: #533295 | Joey Hess | |
2009-06-08 | releasing version 0.37 | Joey Hess | |
2009-06-08 | Update German debconf translation. Closes: #532346 | Joey Hess | |
2009-05-28 | Update Portuguese debconf translation. Closes: #528109 | Joey Hess | |
2009-05-27 | Fix typo in cruft file. Closes: #530819 | Joey Hess | |
2009-05-27 | Update French debconf translation. Closes: #530795 | Joey Hess | |
2009-05-27 | Make postinst check for the configured VCS before trying to run etckeeper ↵ | Joey Hess | |
init. Closes: #530497 | |||
2009-05-16 | releasing version 0.36 | Joey Hess | |
2009-05-15 | Update Russian debconf translation. Closes: #528798 | Joey Hess | |
2009-05-13 | Update Swedish debconf translation. Closes: #528575 | Joey Hess | |
2009-05-09 | Update Japanese debconf translation. Closes: #527921 | Joey Hess | |
2009-05-06 | Add cruft ignore file. Closes: #522513 | Joey Hess | |
2009-05-06 | releasing version 0.35 | Joey Hess | |
2009-05-06 | Uninit on purge, guarded by a debconf prompt. Closes: #527218 | Joey Hess | |
2009-05-06 | Make etckeeper uninit -f disable the prompt. | Joey Hess | |
2009-03-02 | README: Typo. Closes: #517914 | Joey Hess | |
2009-03-02 | Fix uninit prompt to accept 'y' as well as 'yes'. Closes: #517911 | Joey Hess | |
2009-02-28 | changelog | Joey Hess | |
2009-02-25 | auto version spec file | Joey Hess | |
2009-02-24 | releasing version 0.32 | Joey Hess | |
2009-02-24 | reorder | 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 | 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 | 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 | 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-04 | Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032 | Joey Hess | |
2009-02-01 | releasing version 0.27 | Joey Hess | |
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 | |