Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | |
2008-12-29 | releasing version 0.24 | 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 | bug closure | Joey Hess | |
2008-12-22 | Mention README file from man page. | Joey Hess | |
2008-12-22 | Move etckeeper to sbin, and man page to section 8, since only an admin can ↵ | Joey Hess | |
really use etckeeper. | |||
2008-09-11 | releasing version 0.21 | Joey Hess | |
2008-09-11 | Make etckeeper init -d set up commit hooks that call etckeeper -d. | Joey Hess | |
Note that if you've relied on it setting up such commit hooks for a repo outside of /etc already, it created broken ones that need to be fixed to use -d. Thanks, Wolfgang Karall. | |||
2008-07-23 | Swedish debconf translation from Martin Ågren. Closes: #492063 | Joey Hess | |
2008-07-07 | releasing version 0.20 | Joey Hess | |
2008-07-07 | Ignore warnings from bzr plugins when checking for changes in the tree. | Jelmer Vernooij | |
2008-07-07 | Merge branch 'master' of git://git.kitenet.net/etckeeper into bzrplugin | Jelmer Vernooij | |
2008-07-05 | releasing version 0.19 | Joey Hess | |
2008-07-03 | releasing version 0.18 | Joey Hess | |
2008-07-03 | Don't allow LC_COLLATE to reorder the .etckeeper file. Closes: #489057 | Joey Hess | |
2008-06-29 | Allow AVOID_COMMIT_BEFORE_INSTALL to be set to zero to disable. | Joey Hess | |
2008-06-18 | releasing version 0.17 | Joey Hess | |
2008-06-18 | Fix backwards test for AVOID_COMMIT_BEFORE_INSTALL. Closes: #486922 | Joey Hess | |
2008-06-16 | releasing version 0.16 | Joey Hess | |
2008-06-13 | Merge branch 'master' of git://git.kitenet.net/etckeeper into bzrplugin | Jelmer Vernooij | |
Conflicts: debian/changelog | |||
2008-06-07 | Add 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-05-15 | Use newer API in bzr plugin. | Jelmer Vernooij | |
2008-05-03 | add | Joey Hess | |
2008-05-03 | add phony build target for dh to call | Joey Hess | |
2008-04-26 | update | Joey Hess | |
2008-04-26 | debhelper v7; rules file minimisation | Joey Hess | |
2008-04-22 | add conffile removal code | Joey Hess | |
2008-04-22 | bug closure | Joey Hess | |
2008-04-17 | Handle nonzero exit status when building package list diff. | Joey Hess | |
2008-04-16 | add changelog entry | Joey Hess | |