Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-19 | Install bzr hook lazily, clean up some compatibility code. | Jelmer Vernooij | |
2011-02-18 | correct exclude_external regexp to match fully relative paths | Joey Hess | |
git ls-files emits paths with no leading subdirectory. But the regexp still needs to avoid false positives. | |||
2011-02-06 | releasing version 0.52 | Joey Hess | |
2011-01-13 | DEP5 | Joey Hess | |
2011-01-13 | Rewrote 50git-rm | Joey Hess | |
This avoids using git ls-files, and thus avoids encoding problems with filenames. Using git add . -u stages all deleted files for deletion. It also avoids the problem with git rm deleting empty directories. It might be better to just use git commit -a, but I've taken the conservative approach. There are a few other git ls-files uses in etckeeper that I have not fixed, but they are only shown to the user, and shouldn't cause a crash as this did. Unfortunatly, git does expose the nasty C-style encoding of such characters in filenames to the user all over (eg, git commit, git log ..), so fixing etckeeper to not also expose them is probably a waste of time. And core.quotepath can be unset by users who want to clean that up. Bug report: https://bugzilla.altlinux.org/show_bug.cgi?id=24903 | |||
2010-12-25 | releasing version 0.51 | Joey Hess | |
2010-12-20 | Added Polish translation of debconf templates. Closes: #607563 | Joey Hess | |
2010-11-16 | Move etckeeper out of sbin, to avoid needing to work around broken root PATH ↵ | Joey Hess | |
settings in eg, crontab. Closes: #602438 | |||
2010-11-05 | changelog | Joey Hess | |
2010-11-05 | detect change in rpm epoch, name, version, release | Paul Morgan | |
ITIL compliance requires that _every_ package change is detectable. This fix ensures etckeeper properly reports any change in rpm manifest, including epoch and release. It uses an RPM query-format string that yields reproducible results. By example, assume you update a package that differs only in the release number. Before fix, etckeeper logs: committing changes in /etc after yum run Package changes: After fix, etckeeper logs: committing changes in /etc after yum run Package changes: -0:baseline-0.3.6-2.fc13.noarch -0:baseline-devel-0.3.6-2.fc13.noarch -0:baseline-release-0.3.6-2.fc13.noarch +0:baseline-0.3.6-3.fc13.noarch +0:baseline-devel-0.3.6-3.fc13.noarch +0:baseline-release-0.3.6-3.fc13.noarch Signed-off-by: Paul Morgan <jumanjiman@gmail.com> | |||
2010-10-30 | Updated Vietnamese translation of debconf templates. Closes: #601921 | Joey Hess | |
2010-10-27 | update copyright date | Joey Hess | |
2010-10-20 | releasing version 0.50 | Joey Hess | |
2010-10-20 | Deal with strange systems that include the domain name in the hostname, by ↵ | Joey Hess | |
stripping it. Closes: #600026 | |||
2010-10-20 | Set GIT_COMMITTER_EMAIL to root@$hostname to avoid git prompting the user to ↵ | Joey Hess | |
configure it in .gitconfig. Closes: #599749 | |||
2010-10-12 | Do not warn about special files or hardlinks if they are ignored by git. ↵ | Joey Hess | |
Fixes #549354 for git, but not for other VCSs. | |||
2010-09-26 | Ignore /etc/.initctl. Closes: #598121 | Joey Hess | |
2010-09-22 | Add Danish translation of debconf templates. Closes: #597768 | Joey Hess | |
2010-09-13 | releasing version 0.49 | Joey Hess | |
2010-09-13 | Fix file quoting problem in processing .etckeeper file in init. | Joey Hess | |
2010-09-11 | Remove HOME setting in etckeeper. sudo now defaults to setting HOME itself ↵ | Joey Hess | |
as of version 1.7.4p4, so it is not necessary for etckeeper to work around its behavior anymore. (sudo also allows disabling that for those who enjoy using guns around feet.) Closes: #583899 | |||
2010-09-11 | Ignore -m switch to etckeeper commit, in case someone tries to use it with ↵ | Joey Hess | |
that option common to several VCS. Closes: #592050 | |||
2010-09-11 | note about sudo behavior | Joey Hess | |
2010-07-25 | Ensure that PATH contains the directory containing etckeeper, so that hook ↵ | Joey Hess | |
scripts that re-exec etckeeper are guaranteed to find it. | |||
2010-07-16 | releasing version 0.48 | Joey Hess | |
2010-07-16 | document vcs subcommand | Joey Hess | |
2010-07-16 | properly quote $@; remove pointless IFS setting; add error if VCS not found | Joey Hess | |
2010-07-16 | move to middle | Joey Hess | |
2010-07-16 | Merge remote branch 'wertarbyte/cmd_vcs' | Joey Hess | |
2010-07-15 | add "vcs" to pass commands to the vcs program | Stefan Tomanek | |
This new command allows the user to execute arbitrary commands inside the environment etckeeper runs in. This ensures that variables like $HOME match the values present during the commit process. Using the command "etckeeper vcs config user.email" will use the same git configuration as "etckeeper commit", while the value used by "git config" might vary due to the use of "sudo" and its handling of $HOME. | |||
2010-07-13 | typo | Joey Hess | |
2010-06-02 | Fix backwards test for HGUSER. (Mike Rich) | Joey Hess | |
2010-05-30 | releasing version 0.47 | Joey Hess | |
2010-05-28 | Both git and bzr default to showing the author of a commit, and not the ↵ | Joey Hess | |
committer. So, set the author to the user running sudo for both. The committer will then be root. | |||
2010-05-28 | wording | Joey Hess | |
2010-05-28 | hg: Set HGUSER (if not already set) to avoid warning message when ↵ | Joey Hess | |
committing. Closes: #533298 | |||
2010-05-28 | Set HOME=~root so that VCS like bzr that write to the home directory when ↵ | Joey Hess | |
run by etckeeper do not drop root-owned files in user home directory when sudo etckeeper is run. Closes: #583581 | |||
2010-05-24 | use dpkg-mergechangelog | Joey Hess | |
2010-05-16 | releasing version 0.46 | Joey Hess | |
2010-05-16 | Fix bug where after a large upgrade, etckeeper's automatic commit message ↵ | Joey Hess | |
was so long it exceeded system limits. Closes: #581678 | |||
2010-05-16 | Support etckeeper commit --stdin | Joey Hess | |
2010-04-15 | releasing version 0.45 | Joey Hess | |
2010-04-15 | missing rm | Joey Hess | |
2010-04-15 | Fix logic error in darcs user code. Closes: #577918 | Joey Hess | |
2010-04-15 | Revert darcs to using --logfile again, necessary for multiline commit ↵ | Joey Hess | |
messages. Closes: #577915 | |||
2010-04-14 | releasing version 0.44 | Joey Hess | |
2010-04-14 | more find portability fix | Joey Hess | |
2010-04-14 | find portability fix | Joey Hess | |
2010-04-14 | more portable sed | Joey Hess | |
I guess that non-gnu sed may require an extension to -i | |||
2010-04-14 | avoid preserving ownership when installing | Joey Hess | |