Control: tags 831409 pending

On 2016-07-18, Daniel Kahn Gillmor wrote:
> On Mon 2016-07-18 17:19:13 +0200, Holger Levsen <hol...@layer-acht.org> wrote:
>> On Mon, Jul 18, 2016 at 08:02:40AM -0700, Vagrant Cascadian wrote:
> But i think that the better solution is to avoid using apt-key in the
> way you're talking about using it.  It's much better to place the
> OpenPGP binary format key that you care about directly into
> /etc/apt/trusted.gpg.d/$FOO
>
> If you've got it in ascii-armored format and aren't sure how to decode
> it, you should be able to do that with a short awk | base64 -d pipeline:
>
>   awk '/^$/{ x = 1; } /^[^=-]/{ if (x) { print $0; } ; }' | base64 -d 

Thanks!

Implemented the above in a couple commits upstream:

  https://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2746
  https://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2747


Hope to upload the fix soon.


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

Reply via email to