summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@web>2016-10-18 17:28:56 +0000
committeradmin <admin@branchable.com>2016-10-18 17:28:56 +0000
commit3b885b421120e44c7aa404485b18f5f1ee9ef269 (patch)
treed74f82c44e05d952bc7dabb34bf060cb187dc972
parentb0009b41a044e791912dc6aedd1e2e164331d10b (diff)
Added a comment
-rw-r--r--doc/todo/Detailed_post-install_commit_messages/comment_2_e7bb6d14f2362997f1e15ea3bc448788._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Detailed_post-install_commit_messages/comment_2_e7bb6d14f2362997f1e15ea3bc448788._comment b/doc/todo/Detailed_post-install_commit_messages/comment_2_e7bb6d14f2362997f1e15ea3bc448788._comment
new file mode 100644
index 0000000..faeb289
--- /dev/null
+++ b/doc/todo/Detailed_post-install_commit_messages/comment_2_e7bb6d14f2362997f1e15ea3bc448788._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="emkael"
+ avatar="http://cdn.libravatar.org/avatar/c2b5d5c4ae4866f14e2f42274f3ebc2d"
+ subject="comment 2"
+ date="2016-10-18T17:28:56Z"
+ content="""
+The per-file lookup was just a way to catch non-package files without too much hassle with splitting piped output.
+Since that section is dropped, the updated patch provides lookup on one run of dpkg -S (and similar, for all package managers), plus some cleanup of the sort/uniq \"post-processing\".
+The only thing I'm worried about is argument length limit - from what I was able to see, dpkg -S does not read arguments from stdin, so I'm just storing the file list in a variable. Is that much of a risk?
+
+Just updated the previous gist: <https://gist.github.com/emkael/364f701a5342978e6e79c2368b905565>
+"""]]