Gentoo Archives: gentoo-user

From: Kyle Bader <kyle.bader@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] how to "extract" a GIT repository
Date: Wed, 21 Jul 2010 21:08:11
Message-Id: AANLkTin9DfjDIQOHwwXXCE9aeaDs26KgBJKabFlXuNK3@mail.gmail.com
In Reply to: [gentoo-user] [OT] how to "extract" a GIT repository by Helmut Jarausch
1 > ebuild <PATH TO ebuild file> unpack
2 > and then look at /var/tmp/portage/..../work/....
3 >
4 > but is there a direct way (or how does portage do this)?
5
6 I'm not sure how portage does this but the git directory is likely
7 "bare" which is why you don't see any branch files. Try: git clone
8 /usr/portage/distfiles/git-src/$PN /home/$PN
9
10 --
11
12 Kyle