Thread: Server 10.10 - Reprepro signing problem with gpg-agent
hi,
i'm trying setup lan repo custom packages using reprepro. can compile packages, when try add them repo, get:
"exporting indices...
not find key matching 'xxxxxx'!
error: not finish exporting 'maverick'!
means outside repository still before (and
should still work if old state worked), changes intended this
call not visible until call export directly (via reprepro export)
changes visible when else changes same file and
creates new export of file, changes other parts of the
same distribution not!
there have been errors!"
(i did gpg --gen-key earlier successful).
don't have proof, feel related gpg-agent somehow.. wasn't installed.. did apt-get install gpg-agent , got installed, don't think it's starting properly.
since it's server, there's no .xsession, added following .bashrc
export gpgkey=xxxxxxx
if [ ! -f "${home}/.gpg-agent-info" ]; then
gpg-agent --daemon --enable-ssh-support --write-env-file "${home}/.gpg-agent-info
fi
if [ -f "${home}/.gpg-agent-info" ]; then
. "${home}/.gpg-agent-info"
export gpg_agent_info
export ssh_auth_sock
fi
gpg_tty=$(tty)
export gpg_tty
seems i'm making progress, cause "gpgme gave error gpgme:11: bad passphrase" error.
advice, tips or solutions appreciated. thanks!
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Packaging and Compiling Programs Server 10.10 - Reprepro signing problem with gpg-agent
Ubuntu
Comments
Post a Comment