Phi Debian <phi.deb...@gmail.com> writes:

> On Thu, Sep 5, 2013 at 9:47 AM, Andrew McDermott
>> repo get installed automatically when the
>> `pre-build-root-install-dependencies.sh' is run:
>>
>> $ tail -5 pre-build-root-install-dependencies.sh
>>
>> # Get latest repo script and install it in PATH (use our mirror of repo)
>> test -d $HOME/bin || mkdir -p $HOME/bin
>> wget -cq --no-check-certificate
>> "http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable";
>> -O $HOME/bin/repo
>> chmod a+x $HOME/bin/repo
>>
>
> That's true, but it doens't explain why repo sync fail later...
>
> My cleanup process ro remove ~/.repo* ~/bin/repo, so each time I redo
> the procedure to get this openembeded thiong working I start with a
> brand new hierachy...

Does the repo sync work outside of the Linaro scripts?

What's the output from:

$ PATH=$PATH:~/bin
$ cd /tmp
$ repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b \
     master -m default.xml --repo-url=git://android.git.linaro.org/tools/repo
$ repo sync

-- 
andy



_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to