Re: [b2g] Problem running config.sh

2014-02-10 Thread Andreas Pehrson
config.sh sets up a manifest for repo. It's located at B2G/.repo/manifest.xml. From your error message, I'm assuming that file doesn't exist. Try running config.sh again. If you are doing this for a new device you could add it to config.sh and then hand it your local manifest file like so:

[b2g] Problem running config.sh

2014-02-09 Thread Adrián Mª Mora Carreto
Hello, I am trying to build a custom Firefox OS for my device. I have fixed my previous mistake by adding the default tag that I forgot to introduce. After fetching all the projects, the repo sync fails with the message: error: manifest required for this command -- please run init I've

Re: [b2g] Problem running ./config.sh in B2G

2013-10-12 Thread SPorwal
17, 2013 10:07 PM To: Shukur, Shuaib Cc: dev-b2g@lists.mozilla.org Subject: Re: [b2g] Problem running ./config.sh in B2G On May 17, 2013, at 9:33 AM, Shukur, Shuaib shuaib.shu...@intel.com wrote: I'm using a Virtual Box with Ubuntu 12.04 installed. And I have followed

Re: [b2g] Problem running ./config.sh in B2G

2013-05-19 Thread Shukur, Shuaib
I checked and the time in the VM is correct. -Original Message- From: Ben Kelly [mailto:bke...@mozilla.com] Sent: Friday, May 17, 2013 10:07 PM To: Shukur, Shuaib Cc: dev-b2g@lists.mozilla.org Subject: Re: [b2g] Problem running ./config.sh in B2G On May 17, 2013, at 9:33 AM, Shukur

[b2g] Problem running ./config.sh in B2G

2013-05-17 Thread Shukur, Shuaib
Dear all I have tried to setup the Mozilla Firefox OS build on my laptop. I'm using a Virtual Box with Ubuntu 12.04 installed. And I have followed the steps to setup the build pre-requisites for linux. I am using a company proxy server for connectivity - browser, apt-get and Ubuntu s/w centre.

Re: [b2g] Problem running ./config.sh in B2G

2013-05-17 Thread Ben Kelly
On May 17, 2013, at 9:33 AM, Shukur, Shuaib shuaib.shu...@intel.com wrote: I'm using a Virtual Box with Ubuntu 12.04 installed. And I have followed the steps to setup the build pre-requisites for linux. I am using a company proxy server for connectivity - browser, apt-get and Ubuntu s/w

Re: [b2g] Problem running ./config.sh in B2G

2013-05-17 Thread Mike Habicher
On 13-05-17 12:36 PM, Ben Kelly wrote: On May 17, 2013, at 9:33 AM, Shukur, Shuaib shuaib.shu...@intel.com wrote: I'm using a Virtual Box with Ubuntu 12.04 installed. And I have followed the steps to setup the build pre-requisites for linux. I am using a company proxy server for connectivity -

Re: [b2g] Problem running ./config.sh in B2G

2013-05-17 Thread Vicamo Yang
I'm afraid that you can't simply s/git/https/. Are you sure that URL is valid? First, there is a subject name mismatch. The SSL certificate is for www.codeaurora.org and you're connecting to codeaurora.org. You can certainly export GIT_SSL_NO_VERIFY=1 to skip this. However, there is still