summaryrefslogtreecommitdiff
path: root/yum-etckeeper.py
AgeCommit message (Collapse)Author
2015-02-17* Send yum pre-commit output to /dev/nullAndrew Colin Kissa
2014-07-16replace shebang => null line in yum-etckeeper.py.Mitsutoshi NAKANO
The yum-etckeeper.py is not executable. But it has a shebang. So rpmlint is warning. So Fedora executes "sed -i -e 1d" in etcleeper.spec. http://pkgs.fedoraproject.org/cgit/etckeeper.git/tree/etckeeper.spec Upstream should not worry downstreams. The etckeeper-bzr/__INIT__.py has same problem too. So I will modify it in other patch. modified: yum-etckeeper.py
2012-01-06Improve yum hook to avoid running if etckeeper was just removed. Thanks, ↵Joey Hess
Mykola Marzhan
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
2010-11-16Move etckeeper out of sbin, to avoid needing to work around broken root PATH ↵Joey Hess
settings in eg, crontab. Closes: #602438
2009-02-25typoJoey 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.