Sorry again, my explanations are not very good today. After 'git remote
...' you need to run

  git fetch mozillaorg

to get the repository. Afterwards you can do 'git checkout ...'.

Best regards
Thomas



On 17.10.2013 16:31, Arancha Muelas Ruiz wrote:
> Oh sorry:
>
> >>~/b2g-n7/gecko$ git remote add mozillaorg
> https://git.mozilla.org/releases/gecko.git
> >>~/b2g-n7/gecko$ git checkout mozillaorg/master
> error: pathspec 'mozillaorg/master' did not match any file(s) known to
> git.
> >>:~/b2g-n7/gecko$
>
>
> Cheers, A.
>
>
> 2013/10/17 Thomas Zimmermann <[email protected]
> <mailto:[email protected]>>
>
>     On 17.10.2013 16:16, Arancha Muelas Ruiz wrote:
>>     >>~/b2g-n7/gecko$ git remote show
>>     vlad
>
>     Oh, I see. Your template port uses it's own repository for Gecko.
>     That's why it's out of date.
>
>     You can change Gecko to the official repository by running
>
>       git remote add mozillaorg https://git.mozilla.org/releases/gecko.git
>       git checkout mozillaorg/master
>
>     and for Gaia in the gaia directory
>
>       git remote add mozillaorg https://git.mozilla.org/releases/gaia.git
>       git checkout mozillaorg/master
>
>     This should give you the latest release, which also comes with
>     support for Android 4.3.
>
>     Best regards
>     Thomas
>

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

Reply via email to