Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542964 - git-2: does not respect 'git clone --recursive'
Summary: git-2: does not respect 'git clone --recursive'
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-11 20:33 UTC by Martin Mokrejš
Modified: 2016-08-06 08:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2015-03-11 20:33:14 UTC
I am not skilled with ebuild writing but for teh purpose of sci-biology/freebayes (in sci overlay) I need to checkout a whole project with linked other repositories:

    EGIT_REPO_URI="git://github.com/ekg/freebayes.git"
    EGIT_OPTIONS="--recursive --recurse-submodules"

This does not give me a complete tree.


If I try in my shell:

git clone --recursive git://github.com/ekg/freebayes.git

the above command gives me complete tree. Please see what am I doing wrong in the ebuild if you disagree.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-03-16 14:47:45 UTC
Note that git-2 is deprecated in favour of git-r3.
Comment 2 Pacho Ramos gentoo-dev 2016-08-06 08:28:31 UTC
Use git-r3.eclass instead