diff options
author | emkael <emkael@web> | 2016-10-17 19:49:36 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-10-17 19:49:36 +0000 |
commit | 2e3408bcfbd32824bf9c273e9445fe729bc1cca9 (patch) | |
tree | 1acf2b460f8d5874b39b1111793f2a4172513647 | |
parent | 97f7caa4bab95faa194d116f6691ac0fe0106551 (diff) |
-rw-r--r-- | doc/todo/Detailed_post-install_commit_messages.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/Detailed_post-install_commit_messages.mdwn b/doc/todo/Detailed_post-install_commit_messages.mdwn new file mode 100644 index 0000000..517506f --- /dev/null +++ b/doc/todo/Detailed_post-install_commit_messages.mdwn @@ -0,0 +1,9 @@ +I've written some code to extend the VCS hook to provide more detailed log messages for post-install commits. + +Basically, it matches the list of altered files against package manager file list and lists packages with actual configuration changes (plus non-package files) in addition to the list of all changed packages that's listed now. + +I find it useful on large system updates, when the package list gets long and commit message consists mostly of irrelevant package names. + +I have to note that I don't use package managers other than apt/rpm or vcs other than git on regular basis, so it would be useful if someone with more experience on those takes a look at mercurial/bazaar/darcs and pacman/pkgng implementations of the functions. + +Patch for the post-install.d/50vcs-commit file is available at: <https://gist.github.com/emkael/364f701a5342978e6e79c2368b905565> |