[gobolinux-users] Gnupg & CreatePackage

Jonas Karlsson jonka750 at student.liu.se
Thu Aug 10 21:18:52 GMT 2006


On Thu, 10 Aug 2006 23:10:46 +0200, Lucas C. Villa Real  
<lucasvr at gobolinux.org> wrote:

> On 8/10/06, teique <teique at gmail.com> wrote:
>> ok but each time I CreatePackage I have to enter a password *ugh*
>
> Yes, that's the password for your gpg key, which will be used to sign
> the package with your identity.

One could install gpg-agent. As gnupg.org seems to have problems with  
their fileserver I have made a package available here:
http://karlsson.sytes.net/gobolinux/PackageStore/GPG-Agent--1.9.22--i686.tar.bz2

Then you only have to specify your password once (depending on what  
timeout you set). To have it enabled add this to your ~/.zshrc:

if [ ! "`ps aux | sed '/grep/d' | grep \`whoami\` | grep \"gpg-agent\"`" ]
then
    gpg-agent --daemon -s --write-env-file ~/.gnupg/gpg-agent.env
fi
source ~/.gnupg/gpg-agent.env

-- 
/Jonas

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


More information about the gobolinux-users mailing list