22
I Use This!
Very Low Activity

News

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Posted almost 13 years ago
etckeeper 0.55 released with these changes Fix error propigation to yum, which makes AVOID_COMMIT_BEFORE_INSTALL work. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=709487 Thanks, Thomas Moschny Avoid being noisy in post-install after ... [More] automatic yum updates. (Tuomo Soini) Ignore FHS violating prelink.cache and openvpn-status.log. Ignore *.LOCK files, as used by selinux policies. Add AVOID_SPECIAL_FILE_WARNING to config file, and set it in cron job to avoid daily noise. (gulikoza) [Less]
Posted almost 13 years ago
etckeeper 0.54 released with these changes Ignore inssev's FHS violating /etc/init.d/.depend.* files. Closes: #619407 See #619409 Use hg pre-commit hook, rather than its precommit hook, as the latter is run after the files staged for commit are determined and so .etckeeper cannot be staged as part of the current commit. Closes: #621827
Posted about 13 years ago
etckeeper 0.53 released with these changes [ Joey Hess ] Install bzr hook lazily, clean up some compatibility code. (Jelmer Vernooij) [ Josh Triplett ] Only set environment variables for commit authorship (EMAIL, GIT_AUTHOR_NAME ... [More] , GIT_AUTHOR_EMAIL, GIT_COMMITTER_EMAIL) if they don't already exist. [ Joey Hess ] Add .pyc and .pyo files to ignore. Add lvm/backup and lvm/cache to ignore. Closes: #462355 Avoid warning about special or hard linked files that are ignored by hg. Thanks Sjoerd Mullender for patch. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=688991 [Less]
Posted about 13 years ago
etckeeper 0.52 released with these changes Rewrote 50git-rm to avoid using git ls-files, and thus avoid encoding problems with filenames.
Posted over 13 years ago
etckeeper 0.51 released with these changes Updated Vietnamese translation of debconf templates. Closes: #601921 Improve rpm version change detection. Move etckeeper out of sbin, to avoid needing to work around broken root PATH settings in eg, crontab. Closes: #602438 Added Polish translation of debconf templates. Closes: #607563
Posted over 13 years ago
etckeeper 0.50 released with these changes Add Danish translation of debconf templates. Closes: #597768 Ignore /etc/.initctl. Closes: #598121 Do not warn about special files or hardlinks if they are ignored by git. Fixes #549354 for git, but not ... [More] for other VCSs. Set GIT_COMMITTER_EMAIL to root@$hostname to avoid git prompting the user to configure it in .gitconfig. Closes: #599749 Deal with strange systems that include the domain name in the hostname, by stripping it. Closes: #600026 [Less]
Posted over 13 years ago
etckeeper 0.49 released with these changes Ensure that PATH contains the directory containing etckeeper, so that hook scripts that re-exec etckeeper are guaranteed to find it. Ignore -m switch to etckeeper commit, in case someone tries to use ... [More] it with that option common to several VCS. Closes: #592050 Remove HOME setting in etckeeper. sudo now defaults to setting HOME itself 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 Fix file quoting problem in processing .etckeeper file in init. [Less]
Posted almost 14 years ago
etckeeper 0.48 released with these changes Fix backwards test for HGUSER. (Mike Rich) Closes: #589242 'etckeeper vcs' can be used to run arbitrary VCS subcommands in the etckeeper environment. (Thanks, Stefan Tomanek)
Posted almost 14 years ago
etckeeper 0.47 released with these changes Set HOME=~root so that VCS like bzr do not drop root-owned files in user home directory when sudo etckeeper is run. Closes: #583581 hg: Set HGUSER (if not already set) to avoid warning message when ... [More] committing. Closes: #533298 Both git and bzr default to showing the author of a commit, and not the committer. So, set the author to the user running sudo for both. The committer will then be root. [Less]
Posted almost 14 years ago
etckeeper 0.46 released with these changes Support etckeeper commit --stdin Fix bug where after a large upgrade, etckeeper's automatic commit message was so long it exceeded command line length limits. Closes: #581678