Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-06 | Make Pacman 5 call etckeeper hooks as late as possible. | Tilman Blumenbach | |
2016-02-15 | new bash completion dir | Joey Hess | |
2016-02-02 | Add hooks for Pacman 5. | Tilman Blumenbach | |
2016-01-14 | fix makefile version patterns to ignore non-native version numbers | Antoine Beaupré | |
(cherry picked from commit 70289c2491fee8aa5dbae4cc5c7425556d60f319) | |||
2014-12-17 | Add commandline option --version | Andreas Wansner | |
2014-10-28 | add support for DNF package manager | Petr Spacek | |
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 | |||
2014-06-18 | Fix ypper-etckeeper.py change permission and locale | Mitsutoshi NAKANO | |
Changed zypper-etckeeper.py 's permission from 644 to 755 . Changed zypper-etckeeper.py's LANG to C . modified: Makefile modified: zypper-etckeeper.py | |||
2014-05-09 | make Makefile more "openBSD-friendly" | Harald Dunkel | |
Signed-off-by: Harald Dunkel <harald.dunkel@aixigo.de> | |||
2012-08-06 | Add zypper plugin for openSUSE | Catalin Iacob | |
This uses zypp_plugin, a Python helper for implementing the protocol between zypper and plugins. | |||
2011-11-25 | python2 fixes | 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-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 | |
2009-05-06 | Add cruft ignore file. Closes: #522513 | Joey Hess | |
2009-02-26 | make clean also depend on spec | Joey Hess | |
so that the spec file is updated before building tarballs | |||
2009-02-25 | auto version spec file | Joey Hess | |
2009-02-25 | added 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. | |||
2008-12-22 | fixed | Joey Hess | |
2008-12-22 | Move etckeeper to sbin, and man page to section 8, since only an admin can ↵ | Joey Hess | |
really use etckeeper. | |||
2008-09-11 | be clearer about missing bzr support not failing the build/install | Joey Hess | |
2008-05-03 | delete build directory on clean | Joey Hess | |
also, a non-phony build target | |||
2008-05-03 | add phony build target for dh to call | Joey Hess | |
2008-04-05 | Include etckeeper plugin in Debian package. | Joey Hess | |
Conflicts: debian/control | |||
2008-03-25 | Keep track of what packages change state during an installation, and include ↵ | Joey Hess | |
that in the commit message at the end. | |||
2008-01-13 | Fix "Extraneous text after `ifeq' directive" make warnings. | Miklos Vajna | |
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-05 | Makefile: typo fix. | Miklos Vajna | |
In case LOWLEVEL_PACKAGE_MANAGER=pacman-g2, the /etc path was duplicated. Fix this. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-04 | Merge branch 'hg' | Joey Hess | |
Significantly refactored | |||
2008-01-04 | let's call pacman a lowlevel package manager consistently | Joey Hess | |
2008-01-04 | Merge branch 'pacman-g2' | Miklos Vajna | |
Conflicts: Makefile pre-install.d/50uncommitted-changes Additinoal fix: As noted by Joey, we should bail out with an error if git commit fails when using pacman-g2. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> | |||
2008-01-03 | * Added configuration options for highlevel and lowlevel package managers | Joey Hess | |
in etckeeper.conf. * Only install apt hooks if apt is used. * Only add backup conffile exclusion to gitignore if dpkg is used. * Rename pre/post-apt.d to pre/post-install.d to allow the same directories to be used for other package managers. * Use the name of the highlevel package manager in commit messages. | |||
2008-01-03 | Makefile correction - dir creation, and man dest | Mathieu Clabaut | |
2008-01-03 | Makefile : hg subdirs installation | Mathieu Clabaut | |
2008-01-03 | Makefile cleaning + use of DESTDIR | Mathieu Clabaut | |
2007-11-15 | Add bash completion to etckeeper | Rémi Vanicat | |
2007-11-14 | Render option to git commit configurable | Rémi Vanicat | |
When etckeeper commit something it use a default message that can be configured, but not easily edited on a case by case basis. To make this possible, and to give other way to customize commit, I add a configuration file that contain for now only one option: GIT_COMMIT_OPTION that can contain option given to git commit when run by etckeeper | |||
2007-11-05 | stop symlink farming | Joey Hess | |
2007-11-05 | drop support for etckeeper- | Joey Hess | |
2007-11-05 | polish | Joey Hess | |
2007-11-05 | finishing touches etc | Joey Hess | |
2007-11-05 | add | Joey Hess | |