LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* git tree urls
@ 2008-02-08 11:37 ael
2008-02-08 13:38 ` Andi Kleen
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: ael @ 2008-02-08 11:37 UTC (permalink / raw)
To: linux-kernel
I have trouble locating some of the git urls (the mm repository, for
example). I have browsed around
http://www.kernel.org/pub/scm/linux/kernel/git/,
consulted the kernel FAQ, and read the obvious links on www.kernel.org.
git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.x.y.git is easy
to find, and I would guess that the main development repository is
pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
but that is speculation.
Can someone who knows take a minute or two to put a note of the main
urls on www.kernel.org or the FAQ, or have I just missed something?
ael
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: git tree urls
2008-02-08 11:37 git tree urls ael
@ 2008-02-08 13:38 ` Andi Kleen
2008-02-08 15:10 ` Jiri Kosina
2008-02-08 18:59 ` Stefan Richter
2008-02-08 19:14 ` Jan Engelhardt
2 siblings, 1 reply; 8+ messages in thread
From: Andi Kleen @ 2008-02-08 13:38 UTC (permalink / raw)
To: ael; +Cc: linux-kernel
ael <law_ence.dev@ntlworld.com> writes:
Mr. Anonymous,
> I have trouble locating some of the git urls (the mm repository, for
> example). I have browsed around
> http://www.kernel.org/pub/scm/linux/kernel/git/,
> consulted the kernel FAQ, and read the obvious links on www.kernel.org.
>
> git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.x.y.git is easy
> to find, and I would guess that the main development repository is
> pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
> but that is speculation.
>
> Can someone who knows take a minute or two to put a note of the main
> urls on www.kernel.org or the FAQ, or have I just missed something?
-mm is not maintained in git, but in quilt format. The latest version is
on the ftp server in akpm's people directory.
-Andi
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: git tree urls
2008-02-08 13:38 ` Andi Kleen
@ 2008-02-08 15:10 ` Jiri Kosina
0 siblings, 0 replies; 8+ messages in thread
From: Jiri Kosina @ 2008-02-08 15:10 UTC (permalink / raw)
To: Andi Kleen; +Cc: ael, linux-kernel
On Fri, 8 Feb 2008, Andi Kleen wrote:
> > Can someone who knows take a minute or two to put a note of the main
> > urls on www.kernel.org or the FAQ, or have I just missed something?
> -mm is not maintained in git, but in quilt format. The latest version is
> on the ftp server in akpm's people directory.
... but is also synced to the git repository at
git://git.kernel.org/pub/scm/linux/kernel/git/smurf/linux-trees.git every
time new -mm is released.
--
Jiri Kosina
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: git tree urls
2008-02-08 11:37 git tree urls ael
2008-02-08 13:38 ` Andi Kleen
@ 2008-02-08 18:59 ` Stefan Richter
2008-02-08 19:14 ` Jan Engelhardt
2 siblings, 0 replies; 8+ messages in thread
From: Stefan Richter @ 2008-02-08 18:59 UTC (permalink / raw)
To: ael; +Cc: linux-kernel, andi, jikos
ael wrote:
> I have trouble locating some of the git urls (the mm repository, for
> example).
Have a look at Andrew's announcements of -mm when he releases one.
[...]
> I would guess that the main development repository is
> pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
> but that is speculation.
>
> Can someone who knows take a minute or two to put a note of the main
> urls on www.kernel.org
[...]
At www.kernel.org, click on "C" = "current changesets" of the 2.6 kernel
series to get to the gitweb interface of Linus' tree. There you find
the URL to feed to "git clone" if you want to track Linus' tree.
--
Stefan Richter
-=====-==--- --=- -=---
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: git tree urls
2008-02-08 11:37 git tree urls ael
2008-02-08 13:38 ` Andi Kleen
2008-02-08 18:59 ` Stefan Richter
@ 2008-02-08 19:14 ` Jan Engelhardt
2008-02-08 22:34 ` ael
2 siblings, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2008-02-08 19:14 UTC (permalink / raw)
To: ael; +Cc: linux-kernel
On Feb 8 2008 11:37, ael wrote:
>
>I have trouble locating some of the git urls (the mm repository, for
>example). I have browsed around
>http://www.kernel.org/pub/scm/linux/kernel/git/,
>consulted the kernel FAQ, and read the obvious links on www.kernel.org.
>
>git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.x.y.git is easy
>to find, and I would guess that the main development repository is
>pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
>but that is speculation.
Look at http://git.kernel.org/ for available repositories.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: git tree urls
2008-02-08 19:14 ` Jan Engelhardt
@ 2008-02-08 22:34 ` ael
2008-02-08 22:58 ` Jan Engelhardt
0 siblings, 1 reply; 8+ messages in thread
From: ael @ 2008-02-08 22:34 UTC (permalink / raw)
To: linux-kernel
Jan Engelhardt wrote:
> On Feb 8 2008 11:37, ael wrote:
>> I have trouble locating some of the git urls (the mm repository, for
>> example). I have browsed around
>> http://www.kernel.org/pub/scm/linux/kernel/git/,
>> consulted the kernel FAQ, and read the obvious links on www.kernel.org.
>>
>> git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.x.y.git is easy
>> to find, and I would guess that the main development repository is
>> pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
>> but that is speculation.
>
> Look at http://git.kernel.org/ for available repositories.
Sure, I looked there in some depth. But some/most are special purpose or
'locals'. One needs a map for the "main" repositories...
Thanks for the reply.
A Lawrence
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: git tree urls
2008-02-08 22:34 ` ael
@ 2008-02-08 22:58 ` Jan Engelhardt
2008-02-08 23:36 ` Ilpo Järvinen
0 siblings, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2008-02-08 22:58 UTC (permalink / raw)
To: ael; +Cc: linux-kernel
On Feb 8 2008 22:34, ael wrote:
>Jan Engelhardt wrote:
>> On Feb 8 2008 11:37, ael wrote:
>>> I have trouble locating some of the git urls (the mm repository, for
>>> example). I have browsed around
>>> http://www.kernel.org/pub/scm/linux/kernel/git/,
>>> consulted the kernel FAQ, and read the obvious links on www.kernel.org.
>>>
>>> git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.x.y.git is easy
>>> to find, and I would guess that the main development repository is
>>> pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
>>> but that is speculation.
>>
>> Look at http://git.kernel.org/ for available repositories.
>
>Sure, I looked there in some depth. But some/most are special purpose or
> 'locals'. One needs a map for the "main" repositories...
Indeed, a page on kernelnewbies.org with the most important repositories
would be helpful.
Well, to start:
torvalds/linux-2.6.git Mainline
jgarzik/netdev-2.6.git Network devices
davem/net-2.6.git Networking
x86/linux-2.6-x86.git x86
mchehab/v4l-dvb.git V4L and DVB
bunk/trivial.git Spellos, typos and the obvious
But it's not that easy. netdev-2.6.git for example regularly gets merged
into net-2.6.git, so you get a fairly recent netdev tree by choosing
either netdev or net.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: git tree urls
2008-02-08 22:58 ` Jan Engelhardt
@ 2008-02-08 23:36 ` Ilpo Järvinen
0 siblings, 0 replies; 8+ messages in thread
From: Ilpo Järvinen @ 2008-02-08 23:36 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: ael, LKML
On Fri, 8 Feb 2008, Jan Engelhardt wrote:
>
> On Feb 8 2008 22:34, ael wrote:
> >
> >Sure, I looked there in some depth. But some/most are special purpose or
> > 'locals'. One needs a map for the "main" repositories...
>
> Indeed, a page on kernelnewbies.org with the most important repositories
> would be helpful.
>
> Well, to start:
>
> torvalds/linux-2.6.git Mainline
> jgarzik/netdev-2.6.git Network devices
> davem/net-2.6.git Networking
> x86/linux-2.6-x86.git x86
> mchehab/v4l-dvb.git V4L and DVB
> bunk/trivial.git Spellos, typos and the obvious
>
> But it's not that easy. netdev-2.6.git for example regularly gets merged
> into net-2.6.git, so you get a fairly recent netdev tree by choosing
> either netdev or net.
Also explaining the rotation of those two trees would be useful (I
suppose some other subsystems too use somewhat similar rotation). I.e.,
net-2.6.26.git will eventually be opened and new development should be
based on it (whenever such tree with a future version number is
available), and that tree then becomes net-2.6.git once 2.6.25 is out.
net-2.6.git is usually for fixes only unless merge window is currently
open. These things come up quite often.
--
i.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-02-08 23:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-08 11:37 git tree urls ael
2008-02-08 13:38 ` Andi Kleen
2008-02-08 15:10 ` Jiri Kosina
2008-02-08 18:59 ` Stefan Richter
2008-02-08 19:14 ` Jan Engelhardt
2008-02-08 22:34 ` ael
2008-02-08 22:58 ` Jan Engelhardt
2008-02-08 23:36 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).