Frank Küster <[EMAIL PROTECTED]> writes: > Thomas Bushnell BSG <[EMAIL PROTECTED]> wrote: > >> Presumably the problem is that the packages cannot be authenticated. >> Presumably that's because the key inside the chroot is the old 2005 >> one? How do I fix that? > > $ grep apt.config /etc/pbuilderrc.sid > APTCONFDIR="/etc/pbuilder/apt.config/" > $ cat /etc/pbuilder/apt.config/apt.conf.d/allow-unauthenticated > APT::Get::AllowUnauthenticated 1; > $ > > I'm not saying this is the right fix; probably this can be done somehow > cleanly.
No way to actually *check* the signatures? I mean, I'm going to be signing the results of the build. I tried making a chroot with gnupg in it, but the same error happens. sigh. Bastian, you there?