summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorspwhitton2018-09-01 17:25:38 +0000
committeradmin2018-09-01 17:25:38 +0000
commitcd367e81dd03795a7bf1a922df58ea3b92f9fb37 (patch)
tree0882beef9759492aa9f48368ccecaf38e0a58907 /doc/todo
parentcedfb9ec809919ac0efc581ff1c2f94898428277 (diff)
create new bug
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Apt.trustsKey_should_not_invoke_apt-key.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/Apt.trustsKey_should_not_invoke_apt-key.mdwn b/doc/todo/Apt.trustsKey_should_not_invoke_apt-key.mdwn
new file mode 100644
index 00000000..d2f9e6db
--- /dev/null
+++ b/doc/todo/Apt.trustsKey_should_not_invoke_apt-key.mdwn
@@ -0,0 +1,9 @@
+[Over at the Debian BTS](https://bugs.debian.org/907290), David Bremner points out that the apt-key manpage, on Debian stable, says
+
+> Instead of using this [add] [sub]command a keyring should be placed
+> directly in the /etc/apt/trusted.gpg.d/ directory with a
+> descriptive name and either "gpg" or "asc" as file extension.
+
+So ISTM that `Apt.trustsKey` should be implemented simply with `File.hasContents`, i.e., the property should delete any old `.gpg` file and then create a `.asc` file with the text string content of the `AptKey`.
+
+--spwhitton