On Thu, Nov 15, 2012 at 09:37:43PM +0100, Belisko Marek wrote: > Hi, > > On Thu, Nov 15, 2012 at 9:36 PM, Nicolas Dechesne <[email protected]> wrote: > > On Thu, Nov 15, 2012 at 9:32 PM, Belisko Marek <[email protected]> > > wrote: > >> ERROR: Function failed: Fetcher failure for URL: > >> 'git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git;protocol=git;branch=ti-ubuntu-3.4-1487'. > >> Unable to fetch URL from any source. > >> ERROR: Logfile of failure stored in: > >> /home/open-nandra/yocto/poky-danny-8.0/panda_build/tmp/work/pandaboard-poky-linux-gnueabi/linux-omap4-3.4-r0/temp/log.do_fetch.19671 > >> ERROR: Task 681 > >> (/home/open-nandra/yocto/meta-ti/recipes-kernel/linux/linux-omap4_3.4.bb, > >> do_fetch) failed with exit code '1' > >> > > > > are you behind a corporate firewall? > Nope. > > > > is it reproducible several times? it could be a weakness of our git > > server... > 100% reproducible
Can you do it manually: $ git clone git://dev.omapzoom.org/pub/scm/integration/kernel-ubuntu.git Cloning into 'kernel-ubuntu'... remote: Counting objects: 2881261, done. remote: Compressing objects: 100% (435671/435671), done. remote: Total 2881261 (delta 2417385), reused 2880107 (delta 2416231) Receiving objects: 100% (2881261/2881261), 691.87 MiB | 1.02 MiB/s, done. Resolving deltas: 100% (2417385/2417385), done. Checking out files: 100% (33126/33126), done. -- Denys _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
