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 > > > Thank you, > > Best, A. > > > 2013/10/17 Thomas Zimmermann <[email protected] > <mailto:[email protected]>> > > On 17.10.2013 16:06, Arancha Muelas Ruiz wrote: >> I have a problem already here. >> >> >>:~/b2g-n7$ cd gecko >> >>~/b2g-n7/gecko$ git stash >> Saved working directory and index state WIP on (no branch): >> 22508ae More JB fixes >> HEAD is now at 22508ae More JB fixes >> arancha@arancha-CELSIUS-H910:~/b2g-n7/gecko$ git pull origin >> fatal: 'origin' does not appear to be a git repository >> fatal: The remote end hung up unexpectedly > > Sorry, my fault. :) > > In gecko/, enter 'git remote show'. I'll tell you the correct name > of the remote repository, probably 'mozillaorg' instead of 'origin'. > > Best regards > Thomas > > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
