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 EBCE31F8C6; Wed, 15 Sep 2021 21:44:20 +0000 (UTC) Date: Wed, 15 Sep 2021 21:44:20 +0000 From: Eric Wong To: Luis Chamberlain Cc: meta@public-inbox.org Subject: Re: make menuconfig interface for lei / grok-pull Message-ID: <20210915214420.GA21824@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: 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 > Also how about doing updates? public-inbox-fetch -C SOME_FS_PATH public-inbox-index SOME_FS_PATH And I just posted some patches to simplify updates to: make -C SOME_FS_PATH 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.