Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653662 - git-r3 - do git clone instead of git fetch
Summary: git-r3 - do git clone instead of git fetch
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-21 07:49 UTC by Martin Mokrejš
Modified: 2018-04-22 20:11 UTC (History)
1 user (show)

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š 2018-04-21 07:49:48 UTC
Hi,
  can git-r3 do 'git clone' instead of 'git fetch'? I tried to fiddle with EGIT_CLONE_TYPE="mirror" but that did not help.

See the gatk-9999.ebuild in sci overlay and https://github.com/broadinstitute/gatk/issues/4687#issuecomment-383222982 . Thank you,
Comment 1 Jonas Stein gentoo-dev 2018-04-21 08:23:50 UTC
mgorny, is the maintainer of eclass/git-r3.eclass
However the bug tracker is not well suited for questions. 
Please ask on our support channels.

https://www.gentoo.org/support/
On IRC #gentoo would be fine for this question.
Comment 2 tt_1 2018-04-22 20:11:35 UTC
Please don't change the general behavior of the eclass, in terms of replacing git fetch with git clone, but rather try to fix you problem with introducing some new code to enable git clone if it is not working for you right now. It would be horrible for people to clone again each time they recompile a live ebuild.