Re: git_linux addition ; genericity pls

2005-09-08 Thread Sean
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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: git_linux addition ; genericity pls

2005-09-08 Thread Sam Ravnborg
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: git_linux addition ; genericity pls

2005-09-08 Thread Sam Ravnborg
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
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: git_linux addition ; genericity pls

2005-09-08 Thread Sean
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


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/