Buiild fails
Brought to you by:
swoag
Per the build instructions for 1.1, I ran:
./repo init -u git://github.com/bosm/manifest -b lim-openmax && ./repo sync
but got:
--
object 666d534636d262cbfd971509dd0f0be0cddb2e11
type commit
tag v1.12.16
tagger Conley Owens cco3@android.com 1398976458 -0700
repo 1.12.16
gpg: Signature made Thu 01 May 2014 01:34:18 PM PDT using RSA key ID 692B382C
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.16'
--
This is on Fedora 21 x86_64.
You can view what public keys have been imported by your repo version using
Make sure, that you have key with ID 692B382C. Repo before v1.11.0 do not import Conley Owens key.
You can also try to remove $HOME/.repoconfig.
Last edit: Anton Leontiev 2015-01-15
Thanks for the response.
I don't have that key. Can you tell me how I can find and import it?
-- Paul
On Thu, Jan 15, 2015 at 6:28 AM, Anton Leontiev scileont@users.sf.net wrote:
Related
Bugs: #9
The keys are located directry in repo source code. Normally they should be imported automatically when you run repo. Upon the start repo reads ~/.repoconfig/keyring-version file and determine if it should update your keyring. To force reimport keyring you can simply delete ~/.repoconfig.
I ran:
rm -rf ~/.repoconfig
then:
./repo init -u git://github.com/bosm/manifest -b lim-openmax && ./repo sync
and get the same error message as before:
gpg: Signature made Thu 01 May 2014 01:34:18 PM PDT using RSA key ID 692B382C
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.16'
--
-- Paul
On Mon, Jan 19, 2015 at 9:57 PM, Anton Leontiev scileont@users.sf.net wrote:
Related
Bugs: #9
Could you, please, post versions of ./repo, gpg and git you are using.
[steck@snidely tmp]$ git --version
git version 2.1.0
[steck@snidely tmp]$ gpg --version
gpg (GnuPG) 1.4.18
First few lines of repo are:
REPO_URL='https://gerrit.googlesource.com/git-repo'
REPO_REV='stable'
Copyright (C) 2008 Google Inc.
--
The repo file was included in the file lim-omx-1.1.tar.gz downloaded from
https://sourceforge.net/projects/limoa/files/.
[steck@snidely Downloads]$ sha1sum lim-omx-1.1.tar.gz
81cecfb7c09cba8f5eed5aefe52233d88aa969b7 lim-omx-1.1.tar.gz
-- Paul
On Wed, Jan 21, 2015 at 1:09 PM, Anton Leontiev scileont@users.sf.net
wrote:
Related
Bugs: #9