* Incremental prepatches
@ 2001-12-01 8:59 H. Peter Anvin
2001-12-01 9:30 ` Jurriaan on Alpha
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: H. Peter Anvin @ 2001-12-01 8:59 UTC (permalink / raw)
To: linux-kernel
Hi everyone,
I have created a robot on kernel.org which makes incremental prepatches
available. It looks for standard-named prepatches in the
/pub/linux/kernel/v*.*/testing directories, and creates incrementals in
the corresponding /pub/linux/kernel/v*.*/testing/incr directory.
For example:
hera 86 % cd /pub/linux/kernel/v2.5/testing/incr/
hera 87 % ls -l *.gz
-rw-rw-r-- 1 kdist kernel 177158 Nov 27 10:17
patch-2.5.1-pre1-pre2.gz
-rw-rw-r-- 1 kdist kernel 102202 Nov 28 15:35
patch-2.5.1-pre2-pre3.gz
-rw-rw-r-- 1 kdist kernel 52955 Nov 29 15:29
patch-2.5.1-pre3-pre4.gz
-rw-rw-r-- 1 kdist kernel 53616 Nov 30 17:04
patch-2.5.1-pre4-pre5.gz
The naming and function of the patches should be obvious.
.bz2 and .sign files are available too, of course.
-hpa
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Incremental prepatches
2001-12-01 8:59 Incremental prepatches H. Peter Anvin
@ 2001-12-01 9:30 ` Jurriaan on Alpha
2001-12-01 10:37 ` Anders Peter Fugmann
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Jurriaan on Alpha @ 2001-12-01 9:30 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 569 bytes --]
On Sat, Dec 01, 2001 at 12:59:07AM -0800, H. Peter Anvin wrote:
> Hi everyone,
>
> I have created a robot on kernel.org which makes incremental prepatches
> available. It looks for standard-named prepatches in the
> /pub/linux/kernel/v*.*/testing directories, and creates incrementals in
> the corresponding /pub/linux/kernel/v*.*/testing/incr directory.
>
BRAVO!!!!
An excellent idea, and long-awaited.
Thanks,
Jurriaan
--
This tagline exists to áññòý thösê ñót ûsíñg ISO Latin1.
GNU/Linux 2.4.17-pre1 on Debian/Alpha 64-bits 988 bogomips load:0.48 0.34 0.55
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Incremental prepatches
2001-12-01 8:59 Incremental prepatches H. Peter Anvin
2001-12-01 9:30 ` Jurriaan on Alpha
@ 2001-12-01 10:37 ` Anders Peter Fugmann
2001-12-01 21:24 ` H. Peter Anvin
2001-12-01 18:14 ` Anton Altaparmakov
2001-12-02 16:30 ` Horst von Brand
3 siblings, 1 reply; 9+ messages in thread
From: Anders Peter Fugmann @ 2001-12-01 10:37 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: linux-kernel
On 12/01/2001 09:59 AM, H. Peter Anvin wrote:
> Hi everyone,
>
> I have created a robot on kernel.org which makes incremental prepatches
> available. It looks for standard-named prepatches in the
> /pub/linux/kernel/v*.*/testing directories, and creates incrementals in
> the corresponding /pub/linux/kernel/v*.*/testing/incr directory.
>
Great.
While you are at it. Could you (when you have the time) extend the
system to include a patch between the last pre version and a final
version. Something like:
patch-2.5.1-pre8-2.5.2.gz
(when the time comes :-)
Regards
Anders Fugmann
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Incremental prepatches
2001-12-01 10:37 ` Anders Peter Fugmann
@ 2001-12-01 21:24 ` H. Peter Anvin
2001-12-01 22:57 ` Anders Peter Fugmann
0 siblings, 1 reply; 9+ messages in thread
From: H. Peter Anvin @ 2001-12-01 21:24 UTC (permalink / raw)
To: linux-kernel
Followup to: <3C08B2FA.10709@fugmann.dhs.org>
By author: Anders Peter Fugmann <afu@fugmann.dhs.org>
In newsgroup: linux.dev.kernel
>
> Great.
> While you are at it. Could you (when you have the time) extend the
> system to include a patch between the last pre version and a final
> version. Something like:
>
> patch-2.5.1-pre8-2.5.2.gz
> (when the time comes :-)
>
I thought there was something I'd forgotten...
patch-2.4.16-pre1-final.gz is there now; others will be generated when
the time comes.
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt <amsp@zytor.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Incremental prepatches
2001-12-01 8:59 Incremental prepatches H. Peter Anvin
2001-12-01 9:30 ` Jurriaan on Alpha
2001-12-01 10:37 ` Anders Peter Fugmann
@ 2001-12-01 18:14 ` Anton Altaparmakov
2001-12-03 20:39 ` Mike Fedyk
2001-12-02 16:30 ` Horst von Brand
3 siblings, 1 reply; 9+ messages in thread
From: Anton Altaparmakov @ 2001-12-01 18:14 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: linux-kernel
At 08:59 01/12/01, H. Peter Anvin wrote:
>I have created a robot on kernel.org which makes incremental prepatches
>available.
Fantastic! Thanks! Finally I can stop doing the diffs myself. (-:
Best regards,
Anton
>It looks for standard-named prepatches in the
>/pub/linux/kernel/v*.*/testing directories, and creates incrementals in
>the corresponding /pub/linux/kernel/v*.*/testing/incr directory.
>
>For example:
>
>hera 86 % cd /pub/linux/kernel/v2.5/testing/incr/
>hera 87 % ls -l *.gz
>-rw-rw-r-- 1 kdist kernel 177158 Nov 27 10:17
>patch-2.5.1-pre1-pre2.gz
>-rw-rw-r-- 1 kdist kernel 102202 Nov 28 15:35
>patch-2.5.1-pre2-pre3.gz
>-rw-rw-r-- 1 kdist kernel 52955 Nov 29 15:29
>patch-2.5.1-pre3-pre4.gz
>-rw-rw-r-- 1 kdist kernel 53616 Nov 30 17:04
>patch-2.5.1-pre4-pre5.gz
>
>The naming and function of the patches should be obvious.
>
>.bz2 and .sign files are available too, of course.
>
> -hpa
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
--
"I've not lost my mind. It's backed up on tape somewhere." - Unknown
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Linux NTFS Maintainer / WWW: http://linux-ntfs.sf.net/
ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Incremental prepatches
2001-12-01 18:14 ` Anton Altaparmakov
@ 2001-12-03 20:39 ` Mike Fedyk
0 siblings, 0 replies; 9+ messages in thread
From: Mike Fedyk @ 2001-12-03 20:39 UTC (permalink / raw)
To: Anton Altaparmakov; +Cc: H. Peter Anvin, linux-kernel
On Sat, Dec 01, 2001 at 06:14:16PM +0000, Anton Altaparmakov wrote:
> At 08:59 01/12/01, H. Peter Anvin wrote:
> >I have created a robot on kernel.org which makes incremental prepatches
> >available.
>
> Fantastic! Thanks! Finally I can stop doing the diffs myself. (-:
>
interdiff is great for that. Just take two patches against the same base,
and you get incremental patches. :)
mf
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Incremental prepatches
2001-12-01 8:59 Incremental prepatches H. Peter Anvin
` (2 preceding siblings ...)
2001-12-01 18:14 ` Anton Altaparmakov
@ 2001-12-02 16:30 ` Horst von Brand
3 siblings, 0 replies; 9+ messages in thread
From: Horst von Brand @ 2001-12-02 16:30 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: linux-kernel
"H. Peter Anvin" <hpa@zytor.com> said:
> I have created a robot on kernel.org which makes incremental prepatches
> available. It looks for standard-named prepatches in the
> /pub/linux/kernel/v*.*/testing directories, and creates incrementals in
> the corresponding /pub/linux/kernel/v*.*/testing/incr directory.
Great! Thank you!
--
Horst von Brand vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Vin~a del Mar, Chile +56 32 672616
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Incremental prepatches
@ 2001-12-01 22:22 Matt_Domsch
0 siblings, 0 replies; 9+ messages in thread
From: Matt_Domsch @ 2001-12-01 22:22 UTC (permalink / raw)
To: hpa, linux-kernel
> I have created a robot on kernel.org which makes incremental
> prepatches
> available. It looks for standard-named prepatches in the
> /pub/linux/kernel/v*.*/testing directories, and creates
> incrementals in
> the corresponding /pub/linux/kernel/v*.*/testing/incr directory.
Fantastic! I was working on something similar in my spare time too, but it
wasn't complete yet. Good job!
Would you be interested in setting up a kdist-like list to email out the
changelog, diffstat, and incremental patch too as a product of the patch
generation script? That would increase the usefulness of comments like
"Alan - much merging" in the changelogs. Also, a script to update a web
page ala www.bzimage.org would make patch browsing really easy. I volunteer
to help if you like.
Thanks,
Matt
--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions
www.dell.com/linux
#1 US Linux Server provider with 24% (IDC Sept 2001)
#2 Worldwide Linux Server provider with 17% (IDC Sept 2001)
#3 Unix provider with 18% in the US (Dataquest)!
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2001-12-04 2:38 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-01 8:59 Incremental prepatches H. Peter Anvin
2001-12-01 9:30 ` Jurriaan on Alpha
2001-12-01 10:37 ` Anders Peter Fugmann
2001-12-01 21:24 ` H. Peter Anvin
2001-12-01 22:57 ` Anders Peter Fugmann
2001-12-01 18:14 ` Anton Altaparmakov
2001-12-03 20:39 ` Mike Fedyk
2001-12-02 16:30 ` Horst von Brand
-- strict thread matches above, loose matches on Subject: below --
2001-12-01 22:22 Matt_Domsch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox