2006-01-26 03:56:03

by Horst Schirmeier

[permalink] [raw]
Subject: maintenance releases in GIT tree

Hi,

why are the maintenance releases (2.6.x.y -- those with a .y in their
version number) not stored in the git tree accessible via
rsync://rsync1.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/?
(Or -- are they, and I'm just not seeing them because I'm looking at the
wrong corner in the .git/ subdirectory?)

Shouldn't these minor changes be maintained in a branch for each
sublevel release? Or, if there's a reason not to do so, where is the
place they're being maintained at besides the main download locations
for patches?

Kind regards,
Horst

--
PGP-Key 0xD40E0E7A


2006-01-26 05:11:05

by Greg KH

[permalink] [raw]
Subject: Re: maintenance releases in GIT tree

On Thu, Jan 26, 2006 at 04:55:33AM +0100, Horst Schirmeier wrote:
> Hi,
>
> why are the maintenance releases (2.6.x.y -- those with a .y in their
> version number) not stored in the git tree accessible via
> rsync://rsync1.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/?
> (Or -- are they, and I'm just not seeing them because I'm looking at the
> wrong corner in the .git/ subdirectory?)

They are not released by Linus, so why would they be in his tree? :)

As per the release announcements, they are located in either:
pub/scm/linux/kernel/git/gregkh/linux-2.6.15.y.git
or
pub/scm/linux/kernel/git/chrisw/linux-2.6.15.y.git
depending on who did the release. Check the lkml message for specifics
on which it is.

Hope this helps,

greg k-h