[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00259) Re: recent snap patches missing
At Fri, 2 Mar 2001 14:02:17 +0200 (EET),
Pekka Savola <pekkas@xxxxxxxxxx> wrote:
> > If you want to get the latest sources, you should use anoncvs and make
> > pathces by yourself. Why do you need patch instead of tarball ?
>
> So that you don't need to have a vanilla 2.4.2 (or equiv.) tree, and a
> USAGI kernel tree both on your HDD.
At Fri, 2 Mar 2001 13:47:02 +0100
Arkadiusz Miskiewicz <misiek@xxxxxxxxxx> wrote:
> for example for rpm/deb packages. Now package maintainers are forced to do whole
> process described above.
Sorry for my delayed response.
I can understand your point. But we want to avoid inconsistency
between kernel, library and applications. Because we received the
same question many times, "which combination should I use ?" then
we decided to change the style of packaging and make USAGI libinet6
library. Of course we integrate our improvements in USAGI libinet6
into glibc at each STABLE release.
If you want only patches against original kernel, you can use anoncvs
as follows.
cvs -d :pserver:anoncvs@xxxxxxxxxxxxxxxxxxxxxx:/cvsroot/usagi/kernel login
password = anoncvs
cvs -d :pserver:anoncvs@xxxxxxxxxxxxxxxxxxxxxx:/cvsroot/usagi/kernel rdiff -r v2_4_2 linux24
You can get the latest patch against original kernel-2.4.2.
Thanks.
-- Yuji Sekiya