mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: John Bradford <john@grabjohn.com>
To: arashi@yomerashi.yi.org (Matt Reppert)
Cc: linux-kernel@vger.kernel.org
Subject: Re: openbkweb-0.0
Date: Sun, 16 Feb 2003 00:46:08 +0000 (GMT)	[thread overview]
Message-ID: <200302160046.h1G0k9IA000718@darkstar.example.net> (raw)
In-Reply-To: <20030215181517.11430d53.arashi@yomerashi.yi.org> from "Matt Reppert" at Feb 15, 2003 06:15:17 PM

> > > > I always thought that that is what the bk-commit mailing lists were
> > > > for?  I could be wrong about that, not having used BitKeeper - if so,
> > > > what are they for, and would it not be possible to simply have a
> > > > mailing list which got sent a diff every time Linus' updated his tree?
> > > 
> > > The latest diff against the last-released kernel is always available
> > > at http://www.kernel.org/pub/linux/kernel/v2.5/testing/cset/
> > > 
> > > "Gzipped full patch from ..."
> > 
> > So it's perfectly possible to poll
> > http://www.kernel.org/pub/linux/kernel/v2.5/testing/cset/ every half
> > hour or so, 
> 
> Well, the diff is made daily, at some relatively early time during the
> morning in one of the time zones continental US is in. I think it's 4am
> GMT -0800, but I could be wrong.

Are you sure?  At the moment, the latest changeset is 1.1027, made at
12:49:07 -08:00 today.  That's just under four hours ago.

In any case, it would be better not to have to poll a website to get
updates, but have them actively delivered by smtp, which brings us
back to what I first suggested:

Why can't we have a mailing list that sends out a diff for each
update?

That way, all you need is:

:0
* ^X-Mailing-List: up-to-the-second-linux-patches
| /usr/local/bin/apply_patches

and

#!/bin/sh
cd /usr/src/linux-current
cat | patch -p1
mail $username

John,

  reply	other threads:[~2003-02-16  0:34 UTC|newest]

Thread overview: 130+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-06  2:10 openbkweb-0.0 Andrea Arcangeli
2003-02-06  2:34 ` openbkweb-0.0 Dave Jones
2003-02-06  3:09 ` openbkweb-0.0 Larry McVoy
2003-02-06  4:23   ` openbkweb-0.0 Ben Collins
2003-02-06  4:37     ` openbkweb-0.0 Larry McVoy
2003-02-06  6:02       ` openbkweb-0.0 Willy Tarreau
2003-02-06  6:14         ` openbkweb-0.0 David Lang
2003-02-06 14:23         ` openbkweb-0.0 Geert Uytterhoeven
2003-02-13  2:47 ` openbkweb-0.0 Jamie Lokier
2003-02-13 11:55   ` openbkweb-0.0 Rik van Riel
2003-02-13 16:13     ` openbkweb-0.0 Larry McVoy
2003-02-13 16:23       ` openbkweb-0.0 Xavier Bestel
2003-02-13 16:46         ` openbkweb-0.0 Larry McVoy
2003-02-13 16:56       ` openbkweb-0.0 John Bradford
2003-02-13 21:11       ` openbkweb-0.0 Adrian Bunk
2003-02-13 21:18         ` openbkweb-0.0 Robert Love
2003-02-14 12:59           ` openbkweb-0.0 Xavier Bestel
2003-02-13 22:05         ` openbkweb-0.0 Larry McVoy
2003-02-13 22:56           ` openbkweb-0.0 Jamie Lokier
2003-02-14  6:02             ` openbkweb-0.0 Matthew D. Pitts
2003-02-14  6:30               ` openbkweb-0.0 David Lang
2003-02-14 14:41                 ` openbkweb-0.0 Alan Cox
2003-02-14 13:54                   ` openbkweb-0.0 Matthew D. Pitts
2003-02-14 15:30                   ` openbkweb-0.0 Larry McVoy
2003-02-14 15:45                     ` openbkweb-0.0 Geert Uytterhoeven
2003-02-14 16:56                     ` openbkweb-0.0 Alan Cox
2003-02-14 16:47                       ` openbkweb-0.0 Tomas Szepe
2003-02-14 16:50                         ` openbkweb-0.0 Larry McVoy
2003-02-14 17:09                           ` openbkweb-0.0 Tomas Szepe
2003-02-14 17:24                             ` openbkweb-0.0 Larry McVoy
2003-02-15 11:42                               ` openbkweb-0.0 Henning P. Schmiedehausen
2003-02-15 14:42                                 ` openbkweb-0.0 Andrew Walrond
     [not found]                                   ` <1045342539.5130.5.camel@irongate.swansea.linux.org.uk>
     [not found]                                     ` <3E4F7E20.30905@walrond.org>
2003-02-16 20:18                                       ` openbkweb-0.0 Henning Schmiedehausen
2003-02-16 20:23                                         ` openbkweb-0.0 Larry McVoy
2003-02-16 21:18                                           ` openbkweb-0.0 Henning P. Schmiedehausen
2003-02-16 21:48                                             ` ADSL vs Leased line (was: Re: openbkweb-0.0) John Bradford
2003-02-17 10:13                                               ` Andrew Walrond
2003-02-17 11:00                                                 ` John Bradford
2003-02-17 11:46                                                   ` Andrew Walrond
2003-02-17 12:00                                                     ` John Bradford
2003-02-15  0:11                       ` openbkweb-0.0 Vlad@geekizoid.com
2003-02-15  0:52                         ` openbkweb-0.0 Jamie Lokier
2003-02-15  0:56                           ` openbkweb-0.0 Vlad@geekizoid.com
2003-02-15  1:50                         ` openbkweb-0.0 Alan Cox
2003-02-15  1:01                           ` openbkweb-0.0 Vlad@geekizoid.com
2003-02-15  2:00                             ` openbkweb-0.0 Jamie Lokier
2003-02-15  2:41                               ` openbkweb-0.0 Larry McVoy
2003-02-15  3:11                                 ` openbkweb-0.0 Jamie Lokier
2003-02-15  3:30                                   ` openbkweb-0.0 Larry McVoy
2003-02-15  5:00                                   ` openbkweb-0.0 Aggelos Economopoulos
2003-02-15  5:32                                     ` openbkweb-0.0 Larry McVoy
2003-02-15  7:24                                       ` openbkweb-0.0 Aggelos Economopoulos
2003-02-15  6:20                                     ` openbkweb-0.0 Jamie Lokier
2003-02-15  7:27                                       ` openbkweb-0.0 Aggelos Economopoulos
2003-02-15  2:13                             ` openbkweb-0.0 Alan Cox
2003-02-15  8:02                         ` openbkweb-0.0 John Bradford
2003-02-16 11:17                     ` openbkweb-0.0 Pavel Janík
2003-02-14 20:31             ` openbkweb-0.0 Adrian Bunk
2003-02-14 22:02               ` openbkweb-0.0 Thomas Molina
2003-02-15  0:39                 ` openbkweb-0.0 Jamie Lokier
2003-02-15 16:18                   ` openbkweb-0.0 Andrea Arcangeli
2003-02-15 21:31                     ` openbkweb-0.0 David Lang
2003-02-19  9:57                       ` openbkweb-0.0 Andrea Arcangeli
2003-02-19 10:43                         ` openbkweb-0.0 David Lang
2003-02-19 10:51                           ` openbkweb-0.0 Andrea Arcangeli
2003-02-16 21:03                     ` openbkweb-0.0 Henning P. Schmiedehausen
2003-02-19  9:54                       ` openbkweb-0.0 Andrea Arcangeli
2003-02-14 23:45               ` openbkweb-0.0 Jamie Lokier
2003-02-14 23:57                 ` openbkweb-0.0 Larry McVoy
2003-02-15  0:45                   ` openbkweb-0.0 Jamie Lokier
2003-02-15  1:05                     ` openbkweb-0.0 Davide Libenzi
2003-02-15  1:13                       ` openbkweb-0.0 David Lang
2003-02-15  1:18                         ` openbkweb-0.0 David Lang
2003-02-15  1:29                         ` openbkweb-0.0 Vlad@geekizoid.com
2003-02-15  1:40                           ` openbkweb-0.0 David Lang
2003-02-15  1:35                       ` openbkweb-0.0 Jamie Lokier
2003-02-15  7:36                   ` openbkweb-0.0 Adrian Bunk
2003-02-15  9:46                     ` openbkweb-0.0 David Lang
2003-02-15 11:47                   ` openbkweb-0.0 Henning P. Schmiedehausen
2003-02-15 11:50                     ` openbkweb-0.0 Christoph Hellwig
2003-02-15 12:07                       ` openbkweb-0.0 Jörn Engel
2003-02-15 16:44                         ` openbkweb-0.0 Christoph Hellwig
2003-02-15 12:10                       ` openbkweb-0.0 Henning P. Schmiedehausen
2003-02-15 16:58                         ` openbkweb-0.0 Christoph Hellwig
2003-02-16 20:26                           ` openbkweb-0.0 Henning Schmiedehausen
2003-02-16 21:11                             ` openbkweb-0.0 John Jasen
2003-02-18 17:41                             ` openbkweb-0.0 Christoph Hellwig
2003-02-15 17:44                   ` openbkweb-0.0 Nicolas Pitre
2003-02-15 18:12                     ` openbkweb-0.0 Larry McVoy
2003-02-15 20:44                       ` openbkweb-0.0 Alan Cox
2003-02-15 20:54                         ` openbkweb-0.0 Larry McVoy
2003-02-16  4:08                           ` openbkweb-0.0 Nicolas Pitre
2003-02-16  5:18                             ` openbkweb-0.0 David Lang
2003-02-16  5:35                               ` openbkweb-0.0 Nicolas Pitre
2003-02-16 22:34                                 ` openbkweb-0.0 Pavel Machek
2003-02-17  4:31                                 ` openbkweb-0.0 Jamie Lokier
2003-02-17 14:50                                   ` openbkweb-0.0 Rik van Riel
2003-02-18 22:34                                     ` openbkweb-0.0 David Lang
2003-02-19  8:31                                       ` openbkweb-0.0 Pavel Janík
2003-02-19 15:11                                         ` openbkweb-0.0 Paul Fulghum
2003-02-19 15:16                                           ` openbkweb-0.0 Larry McVoy
2003-02-19 15:28                                             ` openbkweb-0.0 Pavel Machek
2003-02-19 15:47                                         ` openbkweb-0.0 Nicolas Pitre
2003-02-15 21:56                       ` openbkweb-0.0 Davide Libenzi
2003-02-15 21:52                         ` openbkweb-0.0 Larry McVoy
2003-02-15 22:04                           ` openbkweb-0.0 Davide Libenzi
2003-02-15 22:11                           ` openbkweb-0.0 John Bradford
2003-02-15 22:24                             ` openbkweb-0.0 Andrew Morton
2003-02-15 22:44                               ` openbkweb-0.0 John Bradford
2003-02-16  0:15                                 ` openbkweb-0.0 Matt Reppert
2003-02-16  0:46                                   ` John Bradford [this message]
2003-02-16  0:55                                     ` openbkweb-0.0 John Bradford
2003-02-16  3:23                                     ` openbkweb-0.0 Larry McVoy
2003-02-16  5:22                                       ` openbkweb-0.0 Alan Cox
2003-02-16 11:08                                         ` openbkweb-0.0 John Bradford
2003-02-16 11:22                                           ` openbkweb-0.0 David Woodhouse
2003-02-16 11:50                                             ` openbkweb-0.0 John Bradford
2003-02-16  9:58                             ` openbkweb-0.0 Filip Van Raemdonck
2003-02-16 14:42                       ` openbkweb-0.0 Gaël Le Mignot
2003-02-16 16:27                         ` openbkweb-0.0 Jörn Engel
2003-02-16 22:56                       ` bk2cvs [was Re: openbkweb-0.0] Pavel Machek
2003-02-18  0:19                         ` Vlad@geekizoid.com
2003-02-18 11:22                           ` Pavel Machek
2003-02-18 17:19                             ` Vlad@geekizoid.com
2003-02-14 20:28           ` openbkweb-0.0 Adrian Bunk
2003-02-14 20:35             ` openbkweb-0.0 nick
2003-02-15  0:17               ` openbkweb-0.0 Vlad@geekizoid.com
2003-02-15 19:12 openbkweb-0.0 Nicolas Mailhot
2003-02-15 20:42 ` openbkweb-0.0 Vlad@geekizoid.com
2003-02-16 10:36   ` openbkweb-0.0 Nicolas Mailhot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200302160046.h1G0k9IA000718@darkstar.example.net \
    --to=john@grabjohn.com \
    --cc=arashi@yomerashi.yi.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®