On Wed, Sep 15, 2021 at 09:44:20PM +0000, Eric Wong wrote: > Luis Chamberlain <[email protected]> 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
