On Wednesday, April 3, 2013 11:30:14 AM UTC+5:30, [email protected] wrote:
> Dear all,
> 
> 
> 
> I am following the steps mentioned in
> 
> https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build
>  to build Firefox OS for emulator-x86.
> 
> 
> 
> But during configuration i am getting the following error.
> 
> 
> 
> 
> 
> [dhyan@dhyan B2G]$ sudo ./config.sh emulator-x86
> 
>   File "./repo", line 220
> 
>     print("fatal: invalid branch name '%s'" % branch, file=sys.stderr)
> 
>                                                           ^
> 
> SyntaxError: invalid syntax
> 
> Repo sync failed
> 
> 
> 
> Can some on please help on fixing this ?
> 
> 
> 
> Thanks
> 
> dhyan

Hi Dhyan,

Try this...

git clone git://github.com/mozilla-b2g/B2G.git
cd B2G
git fetch origin
git checkout origin/master
./config.sh emulator-x86 
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to