public key for repo init ?

3,220 views
Skip to first unread message

ykohno

unread,
Dec 7, 2010, 9:59:18 PM12/7/10
to Repo and Gerrit Discussion
Hello all,

Recently I have been in trouble to get source..
Please help me to shoot this problem.
(I guess I need public key for 920F5C65, but I cannot find it in key
server; like pgp.mit.edu..)
Regards,
Kohno

---------
owj@T61:~/mydroid$ repo init -u git://android.git.kernel.org/platform/manifest.git
Getting repo ...
from git://android.git.kernel.org/tools/repo.git
remote: Counting objects: 1128, done.
remote: Compressing objects: 100% (501/501), done.
remote: Total 1128 (delta 708), reused 985 (delta 605)
Receiving objects: 100% (1128/1128), 330.71 KiB | 174 KiB/s, done.
Resolving deltas: 100% (708/708), done.
From git://android.git.kernel.org/tools/repo
* [new branch] maint -> origin/maint
* [new branch] master -> origin/master
* [new branch] stable -> origin/stable
* [new tag] v1.7.1 -> v1.7.1
From git://android.git.kernel.org/tools/repo
* [new tag] v1.0 -> v1.0
* [new tag] v1.0.1 -> v1.0.1
* [new tag] v1.0.2 -> v1.0.2
* [new tag] v1.0.3 -> v1.0.3
* [new tag] v1.0.4 -> v1.0.4
* [new tag] v1.0.5 -> v1.0.5
* [new tag] v1.0.6 -> v1.0.6
* [new tag] v1.0.7 -> v1.0.7
* [new tag] v1.0.8 -> v1.0.8
* [new tag] v1.0.9 -> v1.0.9
* [new tag] v1.1 -> v1.1
* [new tag] v1.2 -> v1.2
* [new tag] v1.3 -> v1.3
* [new tag] v1.3.1 -> v1.3.1
* [new tag] v1.3.2 -> v1.3.2
* [new tag] v1.4 -> v1.4
* [new tag] v1.4.1 -> v1.4.1
* [new tag] v1.4.2 -> v1.4.2
* [new tag] v1.4.3 -> v1.4.3
* [new tag] v1.4.4 -> v1.4.4
* [new tag] v1.5 -> v1.5
* [new tag] v1.5.1 -> v1.5.1
* [new tag] v1.6 -> v1.6
* [new tag] v1.6.1 -> v1.6.1
* [new tag] v1.6.10 -> v1.6.10
* [new tag] v1.6.10.1 -> v1.6.10.1
* [new tag] v1.6.10.2 -> v1.6.10.2
* [new tag] v1.6.2 -> v1.6.2
* [new tag] v1.6.3 -> v1.6.3
* [new tag] v1.6.4 -> v1.6.4
* [new tag] v1.6.5 -> v1.6.5
* [new tag] v1.6.6 -> v1.6.6
* [new tag] v1.6.7 -> v1.6.7
* [new tag] v1.6.7.1 -> v1.6.7.1
* [new tag] v1.6.7.2 -> v1.6.7.2
* [new tag] v1.6.7.3 -> v1.6.7.3
* [new tag] v1.6.7.4 -> v1.6.7.4
* [new tag] v1.6.7.5 -> v1.6.7.5
* [new tag] v1.6.8 -> v1.6.8
* [new tag] v1.6.8.1 -> v1.6.8.1
* [new tag] v1.6.8.10 -> v1.6.8.10
* [new tag] v1.6.8.11 -> v1.6.8.11
* [new tag] v1.6.8.2 -> v1.6.8.2
* [new tag] v1.6.8.3 -> v1.6.8.3
* [new tag] v1.6.8.4 -> v1.6.8.4
* [new tag] v1.6.8.5 -> v1.6.8.5
* [new tag] v1.6.8.6 -> v1.6.8.6
* [new tag] v1.6.8.7 -> v1.6.8.7
* [new tag] v1.6.8.8 -> v1.6.8.8
* [new tag] v1.6.8.9 -> v1.6.8.9
* [new tag] v1.6.9 -> v1.6.9
* [new tag] v1.6.9.1 -> v1.6.9.1
* [new tag] v1.6.9.2 -> v1.6.9.2
* [new tag] v1.6.9.3 -> v1.6.9.3
* [new tag] v1.6.9.4 -> v1.6.9.4
* [new tag] v1.6.9.5 -> v1.6.9.5
* [new tag] v1.6.9.6 -> v1.6.9.6
* [new tag] v1.6.9.7 -> v1.6.9.7
* [new tag] v1.6.9.8 -> v1.6.9.8
* [new tag] v1.7 -> v1.7

object 2b8db3ce3e7344b9f3b5216637c5af0d54be5656
type commit
tag v1.7.1
tagger Shawn O. Pearce <s...@google.com> 1289416166 -0800

repo 1.7.1

gpg: Signature made 2010/11/11 04:09:26 JST using DSA key ID 920F5C65
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.7.1'

Nasser Grainawi

unread,
Dec 8, 2010, 10:36:26 AM12/8/10
to ykohno, Repo and Gerrit Discussion
http://source.android.com/source/download.html

Scroll down to "Verifying Git Tags"

Nasser

> --
> To unsubscribe, email repo-discuss...@googlegroups.com
> More info at http://groups.google.com/group/repo-discuss?hl=en

--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum

Shawn Pearce

unread,
Dec 8, 2010, 11:43:53 AM12/8/10
to Nasser Grainawi, ykohno, Repo and Gerrit Discussion
No, this is the key used to sign repo releases. The original poster
needs to init an empty repo client to bootstrap the key onto the repo
private keyring:

mkdir ~/some_temp_dir
cd ~/some_temp_dir
repo init -u git://android.git.kernel.org./platform/manifest.git

Now just delete ~/some_temp_dir. It just needs to run repo init once
to bootstrap the GnuPG key onto the keyring.

ykohno

unread,
Dec 8, 2010, 8:29:26 PM12/8/10
to Repo and Gerrit Discussion
Thank you for your advice.
I applied repo init to a new empty directory as follows, but got the
same problem.
What is wrong??
Regards,
Kohno
-----
owj@T61:~/mydroid$ mkdir ~/temp
owj@T61:~/mydroid$ cd ~/temp
owj@T61:~/temp$ repo init -u git://android.git.kernel.org./platform/manifest.git
Getting repo ...
from git://android.git.kernel.org/tools/repo.git
remote: Counting objects: 1154, done.
remote: Compressing objects: 100% (527/527), done.
remote: Total 1154 (delta 733), reused 982 (delta 605)
Receiving objects: 100% (1154/1154), 322.13 KiB | 155 KiB/s, done.
Resolving deltas: 100% (733/733), done.
> >> More info athttp://groups.google.com/group/repo-discuss?hl=en

ykohno

unread,
Dec 13, 2010, 10:59:51 PM12/13/10
to Repo and Gerrit Discussion
Now it works;
At first I deleted ./repo, and then tried gain. That's it.
Thanks,
Kohno
Reply all
Reply to author
Forward
0 new messages