Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | replace shebang => null line in __init__.py. | Mitsutoshi NAKANO | |
The __init__.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. Please see also: https://github.com/joeyh/etckeeper/pull/15 modified: Makefile modified: etckeeper-bzr/__init__.py | |||
2011-02-19 | Install bzr hook lazily, clean up some compatibility code. | Jelmer Vernooij | |
2009-01-31 | Avoid use of etckeeper pre-commit on Trees not on the filesystem. | Jelmer Vernooij | |
2008-05-15 | Use newer API in bzr plugin. | Jelmer Vernooij | |
2008-04-06 | Test whether required hook is present rather than depending on a specific ↵ | Jelmer Vernooij | |
version of Bazaar. | |||
2008-04-05 | Include etckeeper plugin in Debian package. | Joey Hess | |
Conflicts: debian/control |