diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-13 17:28:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-13 17:28:29 -0400 |
commit | ad779418a97325df9654a4047064a379ac33d4cd (patch) | |
tree | a23a06b5996f7b6008d22600d1ccc0ae26520cbe | |
parent | 66517d59e474e6929ff962c911c7c0d58c258d79 (diff) |
Adjust when Pacman 5 calls etckeeper hooks.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/todo/Yet_another_patch_for_the_Pacman_5_hooks.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 33f2755..5ffa2f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ etckeeper (1.18.4) UNRELEASED; urgency=medium * Optimised find for special and hard linked files. Thanks, Rike-Benjamin Schuppner. - * Make Pacman 5 call etckeeper hooks as late as possible. + * Adjust when Pacman 5 calls etckeeper hooks. Thanks, Tilman Blumenbach. -- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 11:12:08 -0400 diff --git a/doc/todo/Yet_another_patch_for_the_Pacman_5_hooks.mdwn b/doc/todo/Yet_another_patch_for_the_Pacman_5_hooks.mdwn index b85e13a..e386b8e 100644 --- a/doc/todo/Yet_another_patch_for_the_Pacman_5_hooks.mdwn +++ b/doc/todo/Yet_another_patch_for_the_Pacman_5_hooks.mdwn @@ -18,3 +18,5 @@ My patch which makes Pacman call the pre-transaction hook as early as possible c <https://github.com/Tblue/etckeeper/commit/6ff4f922cd34689e0d61359ebd822af5f82c40a6.patch> Hopefully, this will be the last patch related to the Pacman hooks for some time... Sorry for the noise. + +> [[done]] --[[Joey]] |