Quoting Micah Anderson (mi...@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...:-)) _______________________________________________ Debconf-discuss mailing list Debconf-discuss@lists.debconf.org http://lists.debconf.org/mailman/listinfo/debconf-discuss