|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Jeremy's git tags
On Fri, Mar 12, 2010 at 12:32:55AM -0500, Dot Yet wrote:
> Hi Everyone,
>
> git noob. simple question, how do i get a previous release from
> jeremy's git repository?
>
> Right now, I can get the latest (2.6.32.9) by doing the following:
>
> git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
> linux-2.6-xen
> $ cd linux-2.6-xen
> $ git pull
>
> I tried doing a "git tag -l" when in linux-2.6-xen directory, but that
> did not print the tag list. can someone help me understand what I am
> doing wrong?
>
> I want to get the kernel version 2.6.30.5 to use with lustre 1.8.2.
>
I don't think you want to get 2.6.30.5. _Many_ bugs have been fixed after that.
Basicly the kernel is still WIP (Work In Progress), so you should pretty much
use the latest stable branch.
Did you try "git branch -a" ?
Also maybe you need to specify something for "git tag" to show the remote tags..
-- Pasi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|