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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-2.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_MED,RDNS_NONE,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from bombadil.infradead.org (unknown [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 892F31F8C8 for ; Thu, 16 Sep 2021 23:54:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=lqc+Yftclv8DQUdUMkn+cWQmd3Ru56h5paYvHSzcj8c=; b=EAXjj0ixUzaPzMQEwC/snfgYSy JaGI9BGEc4jUAId1/t7dP5AiKllzwPZ3csJN8mj6A1+oFlf2II3TT/xPXH7IhXFpT11EGuTkCV7KL 90hOSR7qI43ajGIDx3vfbLZYD6GBn1dLP0p18u32UdzsoqptiqwplIXdZvJHV1/XbAk8yHLxzrzjM NfGm2G0naaQvUP74q+JcFE/uVbQNFmKGm/Rgkuy4EyHz1OPAppFti+l1F4OAxWTuVdRFqbKz3wyj4 SFKLJUT3YAvMFYd/Ly8Nl8xrV7sSCY1tGEUJFGYnJjuDQUTZxRF3ng76TuF3aus+hgpg4d2ajKAHf ADx5SRcA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mR1Cm-00ClY5-Sg; Thu, 16 Sep 2021 23:54:15 +0000 Date: Thu, 16 Sep 2021 16:54:12 -0700 From: Luis Chamberlain To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: make menuconfig interface for lei / grok-pull Message-ID: References: <20210916173832.xxw3h45k4xl6vt5y@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210916173832.xxw3h45k4xl6vt5y@meerkat.local> Sender: Luis Chamberlain List-Id: On Thu, Sep 16, 2021 at 01:38:32PM -0400, Konstantin Ryabitsev wrote: > On Wed, Sep 15, 2021 at 02:34:40PM -0700, Luis Chamberlain wrote: > > My use case is I'm subscribed to a few kernel mailign lists and I use > > mutt with Maildir. I had configured recently pi-piper and grokmirror > > so that I get only the last 1 year of email from a few set of mailing > > lists. For this I needed to know the commit IDs for those emails on > > the public-inbox git mirror for each mailing list. > > The pi-piper bit was really only useful for this until lei showed up. I wrote > it mostly so we could pipe things to patchwork straight from public-inbox git > archives. OK got it! In lei we trust. > > I was hinted using lei would be better though. But I'm stuck: > > FYI, I'm giving a talk about that on Monday. > https://linuxplumbersconf.org/event/11/contributions/983/ > > Assuming I finish the prep work by then. > > Hopefully, you don't live on the US West Coast and don't have to wake up at > 7AM to attend. I do.. but hey I sometimes have 5am meetings so I might be able to make it! Luis