Sean Whitton <[email protected]> writes: > control: tag -1 + confirmed upstream > control: forwarded -1 > https://propellor.branchable.com/todo/Apt.trustsKey_should_not_invoke_apt-key/ > > > What we are talking about here are public keys, and in fact > Apt.trustsKey does not work with any privcontent, but simply with a > String, i.e., it implicitly expects the output of `gpg -a --export` > right there in your config.hs. > > So Apt.trustsKey should be implemented with File.hasContents. >
that makes sense to me.

