summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-06Make etckeeper uninit -f disable the prompt.Joey Hess
2009-03-02README: Typo. Closes: #517914Joey Hess
2009-03-02Fix uninit prompt to accept 'y' as well as 'yes'. Closes: #517911Joey Hess
2009-02-28changelogJoey Hess
2009-02-28update-ignore.d/01update-ignore: add support for mktempMiklos Vajna
On system where tempname is not installed, check if we could use mktemp instead. If we are at it, add a warning if neither of them is available. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2009-02-27t/testingJimmy Tang
make the rpm package do the right thing on a fresh install * refine specfile so that the basic config doesn't get blown away on an update. * install cron.daily script Signed-off-by: Jimmy Tang <jtang@duo.tchpc.tcd.ie>
2009-02-26make clean also depend on specJoey Hess
so that the spec file is updated before building tarballs
2009-02-25auto version spec fileJoey Hess
2009-02-25typoJoey Hess
2009-02-25mention yum instead of apt in the description hereJoey 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-25yum plugin for etckeeper, this similar to the apt hooksJimmy 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-25mixed case matchingJoey Hess
2009-02-24releasing version 0.32Joey Hess
2009-02-24wordingJoey Hess
2009-02-24updateJoey Hess
2009-02-24reorderJoey Hess
2009-02-24etckeeper commit may not always auto-runJoey Hess
2009-02-24mention darcsJoey Hess
2009-02-24uninit and auto-initJoey 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-24updateJoey Hess
2009-02-24don't install bash_completion as doc fileJoey Hess
It's installed into /etc by the Makefile
2009-02-24let's use the toplevel debian ftp serverJoey Hess
2009-02-24initial etckeeper specfile for generating an rpmJimmy Tang
2009-02-24add arch to list-installed for rpmJoey Hess
2009-02-17Implement list-installed for rpm. (Untested)Joey Hess
2009-02-16Add .sw? to ignores. vim uses that if editing an unspecified file name. ↵Joey Hess
Closes: #515628
2009-02-16Avoid relying on USER being set, won't be for cron job. Closes: #515602Joey Hess
2009-02-14clarifyJoey Hess
2009-02-14releasing version 0.30Joey Hess
2009-02-14Fix handling of -d in recursive calls to etckeeperJoey 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-13ignore file update supportJoey 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-13Also add emacs #*# autosave files to default ignores.Joey Hess
And DEADJOE files, for good measure.
2009-02-13Add vim .*.sw? files to default ignores.Joey Hess
And enhance the darcs glob to re code to support `?`
2009-02-13Fix executable bits on two darcs support scripts.Joey Hess
2009-02-13shut up cron jobJoey Hess
(I hope that no VCS outputs commits to stderr..)
2009-02-13update README to mention cron jobsJoey Hess
2009-02-13test for files, avoid hardcoding path unnecessarilyJoey 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-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-12releasing version 0.28Joey Hess
2009-02-05add commentJoey Hess
2009-02-04Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032Joey Hess
2009-02-04update for darcsJoey Hess
2009-02-04As 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-04avoid hardcoding root user/groupJoey Hess
Patch from Tobias Hunger who is trying to use etckeeper with non-root users, outside of /etc.
2009-02-01releasing version 0.27Joey Hess
2009-01-31Avoid use of etckeeper pre-commit on Trees not on the filesystem.Jelmer Vernooij
2009-01-28Use SUDO_USER as the committer if set. Closes: #498739 (Thierry Carrez)Joey Hess
2009-01-25Prevent 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-24Add Japanese debconf translation. Closes: #512869Joey Hess