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=-3.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from bombadil.infradead.org (bombadil.infradead.org [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 BF4801F8C6; Wed, 15 Sep 2021 21:57:30 +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=lyOceUVKUFd0CYF1wMA9kdq06ITNM4s5/CZdRylY/q8=; b=VQTHTWztdSkD1XbmCtsX7x1vqT +nz/ECVhRlYZCPfP0VqpnWCjJyS6WokrZHMA8FashULqCA3XonC2T3lqtalBc1QszAQ6DSi2eq+Bk Uqtdu5N0NHKeyolP7ZUop6rop705xA1ICm9otaJVmizZzFLvnzwDhBJ1Vm7/WsJX/bJQWsNuwSfbl dFU9ddsM1cprJ88SruolzmHNVyD8SMnNvjuhJx/VLLXwC6nOTJLzlwQEfMpGwxOKzQfTSYdJC50wx f9TyJiyLIAJiStegByW99FANpajL8Pa3u/47x0/inCWb2E3xUsLK9HUitjQW/U2P0BYwU/rVFPhM+ fSgA4wjQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQcuI-009ycP-By; Wed, 15 Sep 2021 21:57:30 +0000 Date: Wed, 15 Sep 2021 14:57:30 -0700 From: Luis Chamberlain To: Eric Wong Cc: meta@public-inbox.org Subject: Re: make menuconfig interface for lei / grok-pull Message-ID: References: <20210915214420.GA21824@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210915214420.GA21824@dcvr> Sender: Luis Chamberlain List-Id: On Wed, Sep 15, 2021 at 09:44:20PM +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 > > lei add-external git://lore.kernel.org/linux-fsdevel/git/0.git > > Apologies, I need to document this better. This should work: > > lei add-external --mirror https://lore.kernel.org/linux-fsdevel SOME_FS_PATH Groovy thanks! I'll start with that! Any reason we need to specify SOME_FS_PATH ? Can't we assume a sensible default somewhere in .local/lei or whatever in the future? > > Also how about doing updates? > > public-inbox-fetch -C SOME_FS_PATH > public-inbox-index SOME_FS_PATH Neat! > And I just posted some patches to simplify updates to: > > make -C SOME_FS_PATH Oh, pretty nice. > In case you reorganize your file system: > > lei forget-external OLD_FS_PATH > lei add-external NEW_FS_PATH > > I'll read the rest and reply later. "lei index" is still > half-baked, but the above should be fine. Thanks! Luis