public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* git_linux addition ; genericity pls
@ 2005-09-08 20:26 "Fabian LoneStar Frédérick"
  2005-09-08 20:37 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: "Fabian LoneStar Frédérick" @ 2005-09-08 20:26 UTC (permalink / raw)
  To: linux-kernel

Hi,

   I know git's made for any kind of _big_ project out there but what about
having git_linux cmd or something to do all the stuff (create path, cloning,
download, readtree, checkout, make oldconf, make, export stuff ... ) ? I do
feel somekind of a regression in front of install_latest_kernel ease of
use.Did I miss something ?

cc pls :)

Regards,
FabF

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git_linux addition ; genericity pls
  2005-09-08 20:26 git_linux addition ; genericity pls "Fabian LoneStar Frédérick"
@ 2005-09-08 20:37 ` Sam Ravnborg
  2005-09-08 21:39   ` Sean
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2005-09-08 20:37 UTC (permalink / raw)
  To: Fabian LoneStar Fr?d?rick; +Cc: linux-kernel

On Thu, Sep 08, 2005 at 10:26:49PM +0200, "Fabian LoneStar Fr?d?rick" wrote:
> Hi,
> 
>    I know git's made for any kind of _big_ project out there but what about
> having git_linux cmd or something to do all the stuff (create path, cloning,
> download, readtree, checkout, make oldconf, make, export stuff ... ) ? I do
> feel somekind of a regression in front of install_latest_kernel ease of
> use.Did I miss something ?

cogito?

cg-clone \
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/linus/linux-2.6.git \
linux-2.6.git

cd linux-2.6
make menuconfig

See http://www.kernel.org/git for cogito pointers.

	Sam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git_linux addition ; genericity pls
  2005-09-08 20:37 ` Sam Ravnborg
@ 2005-09-08 21:39   ` Sean
  0 siblings, 0 replies; 3+ messages in thread
From: Sean @ 2005-09-08 21:39 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Fabian LoneStar Fr?d?rick, linux-kernel

On Thu, September 8, 2005 4:37 pm, Sam Ravnborg said:

> cogito?
>
> cg-clone \
> rsync://rsync.kernel.org/pub/scm/linux/kernel/git/linus/linux-2.6.git \
> linux-2.6.git
>
> cd linux-2.6
> make menuconfig
>


The cogito shell scripts don't buy you as much as they once did.   For
example, the above procedure in raw git, is:

git clone
rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
linux-2.6

cd linux-2.6
make menuconfig


Cheers,
Sean



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-08 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 20:26 git_linux addition ; genericity pls "Fabian LoneStar Frédérick"
2005-09-08 20:37 ` Sam Ravnborg
2005-09-08 21:39   ` Sean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox