lkml.org 
[lkml]   [2011]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: stable kernel releases
From
On Tue, Oct 25, 2011 at 12:13 AM, Teck Choon Giam
<giamteckchoon@gmail.com> wrote:
> On Tue, Oct 25, 2011 at 3:41 AM, Belisko Marek <marek.belisko@gmail.com> wrote:
>> Is there another git  location for stable kernels?
>> Like 2.6.39, 2.6.38? Kernel org still missing that part.
>
> Isn't it all in
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
> ?
Thanks that's the link I need ;)
>
> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
> $ cd linux-stable
> $ git branch -a
>  remotes/origin/HEAD -> origin/master
>  remotes/origin/linux-2.6.11.y
>  remotes/origin/linux-2.6.12.y
>  remotes/origin/linux-2.6.13.y
>  remotes/origin/linux-2.6.14.y
>  remotes/origin/linux-2.6.15.y
>  remotes/origin/linux-2.6.16.y
>  remotes/origin/linux-2.6.17.y
>  remotes/origin/linux-2.6.18.y
>  remotes/origin/linux-2.6.19.y
>  remotes/origin/linux-2.6.20.y
>  remotes/origin/linux-2.6.21.y
>  remotes/origin/linux-2.6.22.y
>  remotes/origin/linux-2.6.23.y
>  remotes/origin/linux-2.6.24.y
>  remotes/origin/linux-2.6.25.y
>  remotes/origin/linux-2.6.26.y
>  remotes/origin/linux-2.6.27.y
>  remotes/origin/linux-2.6.28.y
>  remotes/origin/linux-2.6.29.y
>  remotes/origin/linux-2.6.30.y
>  remotes/origin/linux-2.6.31.y
>  remotes/origin/linux-2.6.32.y
>  remotes/origin/linux-2.6.33.y
>  remotes/origin/linux-2.6.34.y
>  remotes/origin/linux-2.6.35.y
>  remotes/origin/linux-2.6.36.y
>  remotes/origin/linux-2.6.37.y
>  remotes/origin/linux-2.6.38.y
>  remotes/origin/linux-2.6.39.y
>  remotes/origin/linux-3.0.y
>  remotes/origin/linux-3.1.y
>  remotes/origin/master
>
> Like if you want 2.6.32 for example:
>
> $ git checkout -b linux-2.6.32.y --track remotes/origin/linux-2.6.32.y
> $ git log -1
> commit b0b3e41f6fe88a15bd27f73f6fabef48e0fea2f0
> Author: Greg Kroah-Hartman <gregkh@suse.de>
> Date:   Mon Aug 29 14:31:54 2011 -0700
>
>    Linux 2.6.32.46
>
> If you want tags just:
>
> $ git fetch --tags -v
> SNAP
>  = [up to date]      v2.6.38    -> v2.6.38
>  = [up to date]      v2.6.38-rc1 -> v2.6.38-rc1
>  = [up to date]      v2.6.38-rc2 -> v2.6.38-rc2
>  = [up to date]      v2.6.38-rc3 -> v2.6.38-rc3
>  = [up to date]      v2.6.38-rc4 -> v2.6.38-rc4
>  = [up to date]      v2.6.38-rc5 -> v2.6.38-rc5
>  = [up to date]      v2.6.38-rc6 -> v2.6.38-rc6
>  = [up to date]      v2.6.38-rc7 -> v2.6.38-rc7
>  = [up to date]      v2.6.38-rc8 -> v2.6.38-rc8
>  = [up to date]      v2.6.38.1  -> v2.6.38.1
>  = [up to date]      v2.6.38.2  -> v2.6.38.2
>  = [up to date]      v2.6.38.3  -> v2.6.38.3
>  = [up to date]      v2.6.38.4  -> v2.6.38.4
>  = [up to date]      v2.6.38.5  -> v2.6.38.5
>  = [up to date]      v2.6.38.6  -> v2.6.38.6
>  = [up to date]      v2.6.38.7  -> v2.6.38.7
>  = [up to date]      v2.6.38.8  -> v2.6.38.8
>  = [up to date]      v2.6.39    -> v2.6.39
>  = [up to date]      v2.6.39-rc1 -> v2.6.39-rc1
>  = [up to date]      v2.6.39-rc2 -> v2.6.39-rc2
>  = [up to date]      v2.6.39-rc3 -> v2.6.39-rc3
>  = [up to date]      v2.6.39-rc4 -> v2.6.39-rc4
>  = [up to date]      v2.6.39-rc5 -> v2.6.39-rc5
>  = [up to date]      v2.6.39-rc6 -> v2.6.39-rc6
>  = [up to date]      v2.6.39-rc7 -> v2.6.39-rc7
>  = [up to date]      v2.6.39.1  -> v2.6.39.1
>  = [up to date]      v2.6.39.2  -> v2.6.39.2
>  = [up to date]      v2.6.39.3  -> v2.6.39.3
>  = [up to date]      v2.6.39.4  -> v2.6.39.4
> SNAP
>
> Hope this is what you are looking for?
>
> Thanks.
>
> Kindest regards,
> Giam Teck Choon
>

regards,

marek

--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-10-26 22:31    [W:0.042 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site