Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | do not create empty directory | Christian Hesse | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-18 | Do not include installation root in path for target | Christian Hesse | |
File paths refer to the files in the package archive; the installation root should not be included in the path. Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2016-05-17 | Merge branch 'master' of ssh://etckeeper.branchable.com | Joey Hess | |
2016-05-17 | exe | Joey Hess | |
2016-05-17 | fix | Joey Hess | |
2016-05-17 | credit | Joey Hess | |
2016-05-17 | fix path to daily script | Joey Hess | |
2016-05-17 | AVOID_DAILY_AUTOCOMMITS only disables the cron job | Joey Hess | |
The systemd timer can be disabled by running systemctl, so it's redundant to have another way to disable it. And, users will want to disable the cron job when enabling the timer. | |||
2016-05-17 | refactor daily script | Joey Hess | |
2016-05-17 | changelog for pacman changes | Joey Hess | |
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-05-06 | (no commit message) | kuroda@c7fc61f0551d0c1304b265c4adc2e2bded09c111 | |
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 | |