Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511636 - git-r3.eclass - document (implement?) setting up EGIT_REPO_URI for local git repos
Summary: git-r3.eclass - document (implement?) setting up EGIT_REPO_URI for local git ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Michał Górny
URL: http://devmanual.gentoo.org/eclass-re...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-27 17:35 UTC by Rabi
Modified: 2014-07-28 14:14 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 Rabi 2014-05-27 17:35:28 UTC
The eclass reference doesn't mention how to work with local git repos
EGIT_REPO_URI="git:///home/rabisg/repo" didnt work for me.
Although EGIT_REPO_URI="/home/rabisg/repo" did.
I guess it can added to the documentation as this is easier for local development

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-07-28 14:05:39 UTC
It's explained in 'git clone --help' (man git-clone). Not sure if I'm really able to add more than that.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-07-28 14:14:00 UTC
   28 Jul 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
+  Mention git-clone man page for URI syntax, bug #511636.