From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0ED721F953; Mon, 6 Dec 2021 16:36:27 +0000 (UTC) Date: Mon, 6 Dec 2021 16:36:26 +0000 From: Eric Wong To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: Konstantin Ryabitsev , Elijah Newren , git@vger.kernel.org, Derrick Stolee , meta@public-inbox.org Subject: Re: Large delays in mailing list delivery? Message-ID: <20211206163626.GA4714@dcvr> References: <211203.86sfv9qwdm.gmgdl@evledraar.gmail.com> <20211203202427.o575sgrx4auqkmjp@meerkat.local> <211206.867dchr9nt.gmgdl@evledraar.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <211206.867dchr9nt.gmgdl@evledraar.gmail.com> List-Id: Ævar Arnfjörð Bjarmason wrote: > On Fri, Dec 03 2021, Konstantin Ryabitsev wrote: > > > On Fri, Dec 03, 2021 at 09:02:48PM +0100, Ævar Arnfjörð Bjarmason wrote: > >> When I've experienced delays (sometimes of half a day or more) both > >> https://public-inbox.org/git/ and https://lore.kernel.org/git/ have been > >> updated. > > > > Btw, you can source lore.kernel.org straight into your gmail inbox. :) > > > > https://people.kernel.org/monsieuricon/lore-lei-part-1-getting-started > > https://people.kernel.org/monsieuricon/lore-lei-part-2-now-with-imap > > > > Or, you can read it via nntp://nntp.lore.kernel.org/. > > [CC'd meta@public-inbox.org, probably best to move this thread over > there sooner than later, but CC'ing git@ still in case this is > interesting to others] > > I poked a bit at setting this up but couldn't find from building > public-inbox.org & trying to page through the docs how I'd get from an > existing public-inbox.org/git/ checkout to a local Maildir. Existing, public-inboxes can be set as "externals" and managed via {add,forget,ls}-external sub-commands: # for locally-cloned inboxes: public-inbox-index /path/to/existing/inbox lei add-external /path/to/existing/inbox # relies on curl, memoizes data downloaded for each search: lei add-external https://yhbt.net/lore/git Local externals will be included by every "lei q" invocation; HTTP(S) ones require "lei q --remote" If you only want to use an external as a one-off without adding it, the -I/--include and -O/--only flags are useful: lei q -O https://yhbt.net/lore/git -o /tmp/results SEARCH_TERMS > If you could share some recipe or a pointer to the right docs for that > that would be much appreciated. Thanks! lei-overview(7) manpage documents some things, at least: https://public-inbox.org/lei-overview.html Patches welcome :> IMHO lei still kinda sucks, and I probably won't have time to work on it for a bit :<