[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debconf-discuss] Read this before you send signatures with caff! *Much easier method!*



Quoting Micah Anderson (micah@debian.org):

> 3. Do the following for loop:
> 
> $ for keyid in `ls | cut -d. -f1 | sort | uniq`
> do
> GNUPGHOME=~/.caff/gnupghome gpg --export-options export-minimal --export $keyid > /tmp/$keyid.key
> GNUPGHOME=~/.caff/gnupghome gpg --delete-key $keyid
> GNUPGHOME=~/.caff/gnupghome gpg --import < /tmp/$keyid.key
> caff --no-download $keyid
> done


That *rocks*. It saves the most painful part of the process, as
described by other posters: the "delsig" part....which is a plain PITA
when people have like 11 identities which 100 signatures each (hello
Simon!).

Micah's trick is a killer.... It convinced me to finally *do* the
re-signature process, after a few attempts (which explains why I
spammed some of you folks with signed keys...:-))


Reply to: