summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-18 11:04:33 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-18 11:04:33 -0400
commitb0009b41a044e791912dc6aedd1e2e164331d10b (patch)
tree3bfe0658266a7f7d12dae7ba47f3bba67c013bf7
parent2e3408bcfbd32824bf9c273e9445fe729bc1cca9 (diff)
review
-rw-r--r--doc/todo/Detailed_post-install_commit_messages/comment_1_817aca821300362a4c4582bb8fb1dc8c._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/todo/Detailed_post-install_commit_messages/comment_1_817aca821300362a4c4582bb8fb1dc8c._comment b/doc/todo/Detailed_post-install_commit_messages/comment_1_817aca821300362a4c4582bb8fb1dc8c._comment
new file mode 100644
index 0000000..f37b89e
--- /dev/null
+++ b/doc/todo/Detailed_post-install_commit_messages/comment_1_817aca821300362a4c4582bb8fb1dc8c._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-10-18T14:57:14Z"
+ content="""
+Good idea!
+
+Reviewing the patch, I noticed that dpkg -S is run once per changed file.
+It should be faster to pass all the changed files to it, and parse the
+output.
+
+(Other package managers may also be able to be optimised this way,
+but I only care about dpkg, and happen to know dpkg -S can be pretty
+slow.. rpm -qf may be fast enough that running repeatedly is not a
+problem.)
+
+I think that the "Non-package (maintainer script/removed package)
+configuration files changed" list can be omitted. At least on debian there
+are unfortunately going to be a lot of such files, and it seems just added
+noise in the commit log, and added complication to build the list.
+
+Please use tabs and not spaces for indentation, in keeping with the rest of
+etckeeper's code.
+"""]]