Error with Repo-init/ Master not signed

2,044 views
Skip to first unread message

Paul_K

unread,
May 25, 2009, 4:49:45 AM5/25/09
to Repo and Gerrit Discussion
Hi,

Tried downloading android 1.5 source with *repo init -u git://
android.git.kernel.org/platform/manifest.git* -b android-1.5. (This is
what is published in Google release notes page for platform source
download)



I am getting error: "fatal: branch "stable" has not been signed"



And with =--no-repo-verify= option its giving ="fatal
refs/remotes/origin/stable^0: not a valid SHA1=94


Appreciate help on this.

thanks in advance

Paul

Shawn Pearce

unread,
May 26, 2009, 10:30:55 AM5/26/09
to repo-d...@googlegroups.com
On Mon, May 25, 2009 at 01:49, Paul_K <paulkr...@gmail.com> wrote:

Tried downloading android 1.5 source with *repo init -u git://
android.git.kernel.org/platform/manifest.git* -b android-1.5. (This is
what is published in Google release notes page for platform  source
download)

I am getting error: "fatal: branch "stable" has not been signed"

My first suspicion is your repo wrapper script (`which repo`) or a url.insteadof in ~/.gitconfig is pointing at a mirror of repo, and that mirror of repo is missing the v1.6.7.5 tag.
 
And with =--no-repo-verify= option its giving ="fatal
refs/remotes/origin/stable^0: not a valid SHA1=94

Again, this sounds like you are pointing at a mirror that is lacking the "stable" branch, so when repo grabs its own code, it can't locate the proper version to execute.  This lack of the stable branch could also be the reason why you got the "stable has not been signed" error above.  If the stable branch doesn't even exist, you would also get that error.
Reply all
Reply to author
Forward
0 new messages