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.6 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 BEAB31F8C8; Thu, 16 Sep 2021 23:53:07 +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=KoJPJVwJ9t42F6YpRQXl31arz1wbAFN7hdq2vE+hh6w=; b=P9KJ37ytEYqrBBDAPKWXn0lw4j HgvIoavGF3uYgNV9z2lB7GjQPYp5kFPVv8RYpeI2wnhCexRgozIf930Ikq/HiUDf5/T0YV5upgSgi COslVdKZvAvK/spl4NXiedh82pdv4X6hj0jh/QM8rX7o8pvjmRWATDm36Q/oWJnA4NPY98IPDJxBO GNCwO+MJCJA550qxO9TDEYt+L22nZepQq6dbr40efSEqTL0xuB4mi3nd70qPshghEG0ScF30LpwB7 /gDUcEieYcN9g+UPqCBDY57V8fUltiO7chO+s+GD4H0Wn/ffahiR8JaIobCYJ8V9iIH2EIBzdsQ+B 98YTMqsA==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mR1Bi-00ClOO-95; Thu, 16 Sep 2021 23:53:06 +0000 Date: Thu, 16 Sep 2021 16:53:06 -0700 From: Luis Chamberlain To: Eric Wong Cc: meta@public-inbox.org Subject: Re: lei import on epochs [was: make menuconfig interface for lei / grok-pull] Message-ID: References: <20210916210902.GA28336@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210916210902.GA28336@dcvr> Sender: Luis Chamberlain List-Id: On Thu, Sep 16, 2021 at 09:09:02PM +0000, Eric Wong wrote: > Luis Chamberlain wrote: > > # The next two don't work > > lei import import https://lore.kernel.org/linux-fsdevel/git/0.git > > Btw, extra "import" aside; I never intended to support the above > case. However, your post got me thinking we could and probably > should... :> > > (epochs are git storage with a loose limit of ~1G packed data, > "slices" are public-inbox-imapd folders capped at 50K to > accomodate limitations of existing clients/filesystems) So... by default all epochs are pulled? If so, yeah geesh. I don't want to pull all linux-kernel epochs. Only if doing R&D on that list would I need it. Maybe a --query-epochs and then a --use-epoch 0 or whatever as well? Luis