Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | add systemd service and timer | Christian Hesse | |
This add systemd service file and timer. To enable the timer: $ systemctl enable etckeeper.timer When enabled the timer will auto-commit 15 minutes after system boot and every 24 hours afer that. Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-17 | Do not run pacman hooks on every package change but when /etc/* changes | Christian Hesse | |
Currently the hooks are run even if no files in /etc/ are changed. Do run hooks then but only when files in /etc/ change. Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-17 | Make Pacman 5 call etckeeper post transaction hook as late as possible | Christian Hesse | |
... for real this time. Other hooks do not have a numeric prefix, so '95-' still resulted in the first commit to be run. Change the file name prefix to 'zz-' and hold thumbs. Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-03-20 | Added a comment: This is needed for FreeBSD | voltagex@69f6e3462800a695a8565ddc064de13207caf99f | |
2016-03-13 | Adjust when Pacman 5 calls etckeeper hooks. | Joey Hess | |
2016-03-13 | Merge branch 'master' of ssh://etckeeper.branchable.com | Joey Hess | |
2016-03-13 | Make Pacman 5 call pre-transaction hook as early as possible. | Tilman Blumenbach | |
Only the post-transaction hook should be called as _late_ as possible. | |||
2016-03-13 | (no commit message) | tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c | |
2016-03-08 | Added a comment | florian.kaiser@0f461a60da03d93431a5fdc965f53e6265e3f91e | |
2016-03-06 | Make Pacman 5 call etckeeper hooks as late as possible. Thanks, Tilman ↵ | Joey Hess | |
Blumenbach. | |||
2016-03-06 | Make Pacman 5 call etckeeper hooks as late as possible. | Tilman Blumenbach | |
2016-03-06 | Fix typo in my comment. | tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c | |
2016-03-06 | (no commit message) | tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c | |
2016-02-29 | changelog | Joey Hess | |
2016-02-29 | Check several files at a time with git ls-files. | Rike-Benjamin Schuppner | |
2016-02-15 | add news item for etckeeper 1.18.3 | Joey Hess | |
2016-02-15 | releasing package etckeeper version 1.18.3 | Joey Hess | |
2016-02-15 | new bash completion dir | Joey Hess | |
2016-02-15 | Set HOME if it's not set, as is the case when using ubuntu's update-manager. | Joey Hess | |
2016-02-14 | Added a comment: Workaround | https://launchpad.net/~codex24 | |
2016-02-14 | removed | https://launchpad.net/~codex24 | |
2016-02-14 | Added a comment | https://launchpad.net/~codex24 | |
2016-02-14 | fix formatting of example text | https://launchpad.net/~codex24 | |
2016-02-14 | Pointer to etckeeper in Ubuntu LaunchPad | https://launchpad.net/~codex24 | |
2016-02-02 | Added support for Arch's pacman package manager version 5. Thanks, Tilman ↵ | Joey Hess | |
Blumenbach. | |||
2016-02-02 | Pacman 5 hooks: Make hook descriptions shown to the user more meaningful. | Tilman Blumenbach | |
2016-02-02 | Add hooks for Pacman 5. | Tilman Blumenbach | |
2016-01-30 | (no commit message) | tilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c | |
2016-01-22 | close this | Joey Hess | |
2016-01-22 | Support ~/.config/git/config when determining the author name and email. ↵ | Joey Hess | |
Thanks, Richard Savio | |||
2016-01-14 | fix makefile version patterns to ignore non-native version numbers | Antoine Beaupré | |
(cherry picked from commit 70289c2491fee8aa5dbae4cc5c7425556d60f319) | |||
2015-12-01 | changelog | Joey Hess | |
2015-12-01 | /dev/null test output | Joey Hess | |
2015-11-30 | bzr: make sure EMAIL is defined | Serge Hallyn | |
Bzr refuses to commit changes before name and email are configured. If etckeeper is run very early during install, it can happen that these are in fac tnot yet set up. This patch ensures that they are configured. It has been in the Ubuntu delta for many years. Reference: https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/661024 Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> | |||
2015-11-22 | Added a comment: Track multiple dirs for all commands | abozhenko@10aed7e09adef30729c54d5f74e1d94bc22dc6e2 | |
2015-09-21 | Added support for pacmatic, contributed by nicolaichuk. | Joey Hess | |
2015-09-21 | Merge branch 'master' of ssh://etckeeper.branchable.com | Joey Hess | |
2015-09-21 | add support pacmatic http://kmkeen.com/pacmatic/ | nicolaichuk | |
2015-09-21 | Patch for support pacmatic | esU1X6n2oVf9rxQ@a2cea4497b7514e12022cab5858776e3bbd03b04 | |
2015-09-11 | (no commit message) | me@9835d0c759a3e4d8388652f5e5a7f0428837307e | |
2015-08-14 | Added a comment: Very good idea | godblessfq@70ee431d0873d190e6376c984749de668791e42c | |
2015-08-04 | add news item for etckeeper 1.18.2 | Joey Hess | |
2015-08-04 | releasing package etckeeper version 1.18.2 | Joey Hess | |
2015-08-04 | Fix typo of GIT_COMMITTER_EMAIL. | Joey Hess | |
2015-08-04 | (no commit message) | aheckler@5216e42ed63dffe4fd3fea9b0dd4f8a157b29051 | |
2015-07-24 | fix broken symlink on README.md (Closes: #791566) | Antoine Beaupré | |
/usr/share/doc/etckeeper/README.md used to point to doc/README.mdwn which was missing from the package. this patch includes the whole doc/ directory instead. | |||
2015-06-28 | Typo | Viktor Szépe | |
Is it really **h**ackup? | |||
2015-06-10 | review | Joey Hess | |
2015-06-10 | merged pkgng plugin | Joey Hess | |
2015-06-10 | Merge branch 'master' of ssh://etckeeper.branchable.com | Joey Hess | |