Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Import all the gentoo developer's keys into GnuPG
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
genneth
Apprentice
Apprentice


Joined: 24 Mar 2003
Posts: 152
Location: UK

PostPosted: Mon Jan 24, 2005 3:14 pm    Post subject: Import all the gentoo developer's keys into GnuPG Reply with quote

I assume that you have gnupg set up correctly, with a decent default keyserver.

The following one liner should solve it all:

Code:

# wget -O - http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml | grep '0x' | sed -e 's:.*\(0x........\).*:\1:g' | xargs -n 1 gnupg --recv-keys


It worked for me, but YMMV.
Back to top
View user's profile Send private message
lodder_
Apprentice
Apprentice


Joined: 06 Nov 2004
Posts: 162
Location: Knokke-Heist, Belgium

PostPosted: Mon Jan 24, 2005 6:21 pm    Post subject: Reply with quote

Code:
wget -O - http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml | grep '0x' | sed -e 's:.*\(0x........\).*:\1:g' | xargs -n 1 gpg --recv-keys


hier is my line yust changed gnupg to gpg
_________________
delodder.be
Back to top
View user's profile Send private message
Fanatic
Apprentice
Apprentice


Joined: 02 May 2004
Posts: 173
Location: Stocktown

PostPosted: Mon Jan 24, 2005 8:51 pm    Post subject: Reply with quote

Just one question: what is the point of importing the Gentoo devs GPG keys?
Back to top
View user's profile Send private message
Vanquirius
Retired Dev
Retired Dev


Joined: 14 Jun 2002
Posts: 1297
Location: Ethereal plains

PostPosted: Tue Jan 25, 2005 1:47 am    Post subject: Reply with quote

Not having to import them manually when reading mail-lists.
_________________
Hello.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum