Hi Lucas,

----- Original Message -----
> From: "Lucas Adamski" <[email protected]>
> To: "Dave Hylands" <[email protected]>
> Cc: "dev-b2g" <[email protected]>
> Sent: Wednesday, December 26, 2012 11:38:25 AM
> Subject: Re: [b2g] ./config.sh now defaults to nightly branch
> 
> Hi Dave,
> 
> I tried running this but "./config.sh otoro" results in "error:
> revision otoro in manifests not found".  Any ideas? :)

Hmm. That works for me.

Did you grab the latest of the B2G repository?

You need to figure out the repository name (it will be called origin or b2g). 

git remote -v

will show the names of the remotes. For me, I see:

dhylands        [email protected]:dhylands/B2G.git (fetch)
dhylands        [email protected]:dhylands/B2G.git (push)
origin  https://github.com/mozilla-b2g/B2G.git (fetch)
origin  https://github.com/mozilla-b2g/B2G.git (push)

Then I do:

git pull origin master
git checkout origin/master

That will make sure that you're on the latest of the B2G repository. Then do

./config.sh otoro

Dave Hylands
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to