summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
2013-05-06Call type -p in a more compatable way.Joey Hess
2013-05-06releasing version 1.1Joey Hess
2013-05-06Fix warning when PUSH_REMOTE is not set. Closes: #706917Joey Hess
2013-05-05releasing version 1.0Joey Hess
2013-02-23Ignore fake-hwclock.data. Closes: #701491Joey Hess
2012-12-28Auto-detect the VCS setting if there already is a repository in /etc.Jelmer Vernooij
2012-11-19changelogJoey Hess
2012-09-29Unset GIT_DIR and GIT_WORK_TREE. Closes: #689101Joey Hess
2012-08-25releasing version 0.64Joey Hess
2012-08-24Add Brazilian Portuguese debconf translation. Closes: #685771 Thanks, ↵Joey Hess
Adriano Rafael Gomes
2012-08-06zypperJoey Hess
2012-08-03Revert "Avoid hardcoded path in apt.conf. Closes: #683778"Joey Hess
This reverts commit ee919b6c8ce8ba1c85c96fb5cf7c707ae8f21529. Actually, apt doesn't let me do this.
2012-08-03Avoid hardcoded path in apt.conf. Closes: #683778Joey Hess
2012-06-02releasing version 0.63Joey Hess
2012-06-02uninit: Now preserves parts of the gitignore and similar files that are ↵Joey Hess
outside the managed by etckeeper block. Closes: #673996 Thanks, David De La Harpe Golden (Squared Financial)
2012-04-20bzr: Improve detection of unclean repos, to work when there are shelved changes.Joey Hess
2012-03-05releasing version 0.62Joey Hess
2012-03-05Autocommit git staged files. Closes: #662614Joey Hess
2012-01-14releasing version 0.61Joey Hess
2012-01-14Fix up botched git-rm conffile removal from 0.58.Joey Hess
The file could be in any of three states; absent, present, or .dpkg-dist. Finish fully removing it. Closes: #655836
2012-01-06Improve yum hook to avoid running if etckeeper was just removed. Thanks, ↵Joey Hess
Mykola Marzhan
2012-01-06Fix typo in bugfix for #651168.Joey Hess
2012-01-02Support -h and --help. Closes: #654188Joey Hess
2012-01-02Updated Dutch translation of debconf templates. Closes: #654244Joey Hess
2011-12-22releasing version 0.59Joey Hess
2011-12-06Add /etc/cups/subscriptions.conf to default ignores, as the content of this ↵Joey Hess
file does not normally contain configuration and it changes frequently. Closes: #651168
2011-11-25releasing version 0.58Joey Hess
2011-11-25cron.daily: Don't stop committing when a stale packagelist.pre-install file ↵Joey Hess
exists. The file could exist because AVOID_COMMIT_BEFORE_INSTALL is set, or just because the install was interrupted/system crashed etc. If the file's more than a day old, continue with autocommit.
2011-11-25typoJoey Hess
2011-11-25Use git add -A, which automatically removes deleted files, and avoids a ↵Joey Hess
separate call to git add -u. Thanks to Miklos Vajna, whose patch in 2008 was deferred because -A was then too new, and languished in a branch until found today.
2011-11-25Merge branch 'master' into allpermsJoey Hess
Conflicts: debian/changelog
2011-11-25Bugfix for filenames containing single quotes.Joey Hess
-- Joey Hess <joeyh@debian.org> Fri, 25 Nov 2011 12:00:55 -0400
2011-11-25store all permissions of files and directories, even those with standard ↵Joey Hess
permissions of 644 and 755 This is unfortunately necessary in order to support etckeeper init on a checkout that was made with a nonstandard umask, in which case the files that were expected to be 644 and 755, won't be. Closes: #649701 Thanks to Дмитрий Матросов for reporting the bug and developing a fixup script (attached to the bug) which could be used if you've already encountered this problem.
2011-11-04releasing version 0.57Joey Hess
2011-09-28Use find -path instead of less portable find -wholename.Joey Hess
2011-07-12releasing version 0.56Joey Hess
2011-07-12Handle files with % in their names.Joey Hess
2011-06-28Converted to use dh_python2. Closes: #616800Joey Hess
2011-06-19releasing version 0.55Joey Hess
2011-06-19Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to ↵Joey Hess
avoid daily noise. (gulikoza)
2011-06-19Ignore *.LOCK files, as used by selinux policies.Joey Hess
2011-06-11Ignore FHS violating prelink.cache and openvpn-status.log.Joey Hess
2011-06-11Avoid being noisy in post-install after automatic yum updates. (Tuomo Soini)Joey Hess
2011-05-31Fix error propigation to yum, which makes AVOID_COMMIT_BEFORE_INSTALL work. ↵Joey Hess
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=709487 Thanks, Thomas Moschny
2011-05-30releasing version 0.54Joey Hess
2011-04-09Use hg pre-commit hook, rather than its precommit hook, as the latter is run ↵Joey Hess
after the files staged for commit are determined and so .etckeeper cannot be staged as part of the current commit. Closes: #621827
2011-03-25Ignore inssev's FHS violating /etc/init.d/.depend.* files. Closes: #619407 ↵Joey Hess
See #619409
2011-03-18releasing version 0.53Joey Hess
2011-03-18Avoid warning about special or hard linked files that are ignored by hg. ↵Joey Hess
Thanks Sjoerd Mullender for patch. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=688991
2011-02-26Add lvm/backup and lvm/cache to ignore. Closes: #462355Joey Hess