Re: How to get the latest git sources

2006-04-28 Thread Michel Dänzer
On Thu, 2006-04-27 at 23:17 +0200, Wolfgang Pfeiffer wrote: On Thu, Apr 27, 2006 at 06:02:07PM +0200, ruben wrote: Once you have that, how do you get for example 2.6.16 out of it? I assume you can get all previous 2.6 versions this way, right? No. I would guess that's not possible.

Re: How to get the latest git sources

2006-04-28 Thread Michael Schmitz
Once you have that, how do you get for example 2.6.16 out of it? I assume you can get all previous 2.6 versions this way, right? No. I would guess that's not possible. Actually I would rather see it as a waste of resources, because if someone needs an older 2.6 version he or she might

Re: How to get the latest git sources

2006-04-28 Thread Wolfgang Pfeiffer
On Fri, Apr 28, 2006 at 08:22:01AM +0200, Michel Dänzer wrote: The result of git clone/pull contains the complete development history since Linus moved from bk to git. It's the equivalent of a CVS repository (as opposed to a CVS checkout). The fact that the latest version is checked out of

Re: How to get the latest git sources

2006-04-27 Thread ruben
At Thu, 27 Apr 2006 10:37:46 +1000, Paul Collins wrote: Wolfgang Pfeiffer [EMAIL PROTECTED] writes: Hints to what rules most, from a user's perspective, who does nothing more than getting the lates git sources and build a kernel .deb with them? Just do $ git clone

Re: How to get the latest git sources

2006-04-27 Thread Wolfgang Pfeiffer
On Thu, Apr 27, 2006 at 06:02:07PM +0200, ruben wrote: At Thu, 27 Apr 2006 10:37:46 +1000, Paul Collins wrote: Just do $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Now you have a fresh up-to-date Linux tree in ./linux-2.6 To keep it up to

How to get the latest git sources

2006-04-26 Thread Wolfgang Pfeiffer
Hi All I'm looking for a fast way to get the very latest git kernel files: What I found so far: http://kernel.org/ seems to have very fresh git files: If I understand the logs correctly, they're just a few hours old:

Re: How to get the latest git sources

2006-04-26 Thread Paul Collins
Wolfgang Pfeiffer [EMAIL PROTECTED] writes: Hints to what rules most, from a user's perspective, who does nothing more than getting the lates git sources and build a kernel .deb with them? Just do $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Now you have a