summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2010-01-26Add runit and daemontools supervise files to ignore list. Closes: #529253Joey Hess
Note that since the files are named pipes, etckeeper will still complain about them due to #549354. This change is made in hope that bug will one day get fixed.
2010-01-26Fix handling of "#*#" ignores for git and hg.Joey Hess
2010-01-26Add X11/xdm/authdir/authfiles/* to ignore list. Closes: #491401Joey Hess
2010-01-26Add ntp.conf.dhcp to ignore list. (See #491401)Joey Hess
2010-01-26Add *.elc to ignore list (See #491401)Joey Hess
2010-01-26Add *.old to ignore list (See #462355)Joey Hess
2010-01-26Add webmin fsdump status files to ignore list. Closes: #567000Joey Hess
2009-12-25Add ucf backups to ignore list. (See #462355)Joey Hess
2009-12-04Deal with removal of the cache directory. Closes: #559418Joey Hess
2009-09-26releasing version 0.41Joey Hess
2009-09-13Updated Czech debconf translation from Miroslav Kure. Closes: #546411Joey Hess
2009-09-07Fix hgrc setup code to not warn if the hgrc already contains a call to ↵Joey Hess
etckeeper. (Thanks, Jakov Sosic)
2009-09-07Change etckeeper uninit to not remove .gitignore (etc) file if it lacks the ↵Joey Hess
"managed by etckeeper" comment. Closes: #545137
2009-08-08releasing version 0.40Joey Hess
2009-08-08Avoid infinite loop when displaying message about failure to commit changes ↵Joey Hess
in /etc. Closes: #540596
2009-08-08Updated Italian debconf translation. Closes: #540516Joey Hess
2009-08-02Add Spanish debconf translation. Closes: #539589Joey Hess
2009-07-31releasing version 0.39Joey Hess
2009-07-19bzr: Set author to root when committing via sudo. Committer will be the sudo ↵Joey Hess
user, as it is in git.
2009-07-13Typo. Closes: #536799Joey Hess
2009-07-09Document ETCKEEPER_CONF_DIR in man page.Joey Hess
2009-07-08releasing version 0.38Joey Hess
2009-07-08Automatically commit on initial install, so users can begin relying on ↵Joey Hess
etckeeper right away. Closes: #533290
2009-06-28Use hostname if hostname -f fails. Closes: #533295Joey Hess
2009-06-08releasing version 0.37Joey Hess
2009-06-08Update German debconf translation. Closes: #532346Joey Hess
2009-05-28Update Portuguese debconf translation. Closes: #528109Joey Hess
2009-05-27Fix typo in cruft file. Closes: #530819Joey Hess
2009-05-27Update French debconf translation. Closes: #530795Joey Hess
2009-05-27check for conffile existanceJoey Hess
2009-05-27Make postinst check for the configured VCS before trying to run etckeeper ↵Joey Hess
init. Closes: #530497
2009-05-16releasing version 0.36Joey Hess
2009-05-15Update Russian debconf translation. Closes: #528798Joey Hess
2009-05-13Update Swedish debconf translation. Closes: #528575Joey Hess
2009-05-09Update Japanese debconf translation. Closes: #527921Joey Hess
2009-05-06Add cruft ignore file. Closes: #522513Joey Hess
2009-05-06releasing version 0.35Joey Hess
2009-05-06Uninit on purge, guarded by a debconf prompt. Closes: #527218Joey Hess
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-25auto version spec fileJoey Hess
2009-02-24releasing version 0.32Joey Hess
2009-02-24reorderJoey 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-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