Bug#851774: [pkg-gnupg-maint] Bug#851774: Stop using apt-key add to add keys in generators/60local

2017-02-05 Thread David Kalnischkies
On Sun, Feb 05, 2017 at 12:23:19AM -0500, Daniel Kahn Gillmor wrote: > On Sat 2017-02-04 19:48:54 -0500, Cyril Brulebois wrote: > > [ dkg wrote: ] > >> Regardless of the choice of filesystem location (fragment directory or > >> elsewhere), gpgv does want to see the curated keyrings it depends on >

Bug#851774: [pkg-gnupg-maint] Bug#851774: Stop using apt-key add to add keys in generators/60local

2017-02-04 Thread Daniel Kahn Gillmor
On Sat 2017-02-04 19:48:54 -0500, Cyril Brulebois wrote: > I'm fine with (discovering and) following best practices. :) > [ dkg wrote: ] >> Regardless of the choice of filesystem location (fragment directory or >> elsewhere), gpgv does want to see the curated keyrings it depends on >> in binary

Bug#851774: [pkg-gnupg-maint] Bug#851774: Stop using apt-key add to add keys in generators/60local

2017-02-04 Thread Cyril Brulebois
Hi Daniel, Daniel Kahn Gillmor (2017-02-04): > On Sat 2017-02-04 18:25:52 -0500, Cyril Brulebois wrote: > > > I'm adding gnupg maintainers in cc since they might have interesting > > tips for the implementation. Context: we need to replace apt-key add > > calls with

Bug#851774: [pkg-gnupg-maint] Bug#851774: Stop using apt-key add to add keys in generators/60local

2017-02-04 Thread Daniel Kahn Gillmor
On Sat 2017-02-04 19:35:58 -0500, Daniel Kahn Gillmor wrote: > Over in #831409, i mentioned this simple pipeline to perform the actual > transformation: > > awk '/^$/{ x = 1; } /^[^=-]/{ if (x) { print $0; } ; }' | base64 -d > > Unfortunately, it looks to me like busybox doesn't offer a

Bug#851774: [pkg-gnupg-maint] Bug#851774: Stop using apt-key add to add keys in generators/60local

2017-02-04 Thread Daniel Kahn Gillmor
Hi all-- On Sat 2017-02-04 18:25:52 -0500, Cyril Brulebois wrote: > I'm adding gnupg maintainers in cc since they might have interesting > tips for the implementation. Context: we need to replace apt-key add > calls with dropping files under the appropriate names for extra > repositories in a

Bug#851774: Stop using apt-key add to add keys in generators/60local

2017-02-04 Thread Cyril Brulebois
Hi, I'm adding gnupg maintainers in cc since they might have interesting tips for the implementation. Context: we need to replace apt-key add calls with dropping files under the appropriate names for extra repositories in a Debian Installer context. Julian Andres Klode

Bug#851774: Stop using apt-key add to add keys in generators/60local

2017-01-21 Thread Julian Andres Klode
On Sat, Jan 21, 2017 at 03:57:19PM +0100, Philipp Kern wrote: > [Adding deity@l.d.o into the loop] > > On 18.01.2017 17:43, Marga Manterola wrote: > > For a long time it's been possible to preseed a local repository that > > has it's own keyring. However, with the latest changes related to gpg >

Bug#851774: Stop using apt-key add to add keys in generators/60local

2017-01-21 Thread Philipp Kern
[Adding deity@l.d.o into the loop] On 18.01.2017 17:43, Marga Manterola wrote: > For a long time it's been possible to preseed a local repository that > has it's own keyring. However, with the latest changes related to gpg > dependencies getting dropped in apt, this is no longer possible. > >