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 26C3D1F8C6; Mon, 30 Aug 2021 19:27:32 +0000 (UTC) Date: Mon, 30 Aug 2021 19:27:32 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: Removing an inbox from extindex Message-ID: <20210830192732.GB25471@dcvr> References: <20210830191748.6ugkcpccdeq2pzic@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210830191748.6ugkcpccdeq2pzic@nitro.local> List-Id: Konstantin Ryabitsev wrote: > Hello: > > What's the proper procedure to remove an inbox from extindex? For example, if > I wanted to drop a source from being replicated to lore.kernel.org, how do I > properly remove it from /all/ search results? public-inbox-extindex --gc $EXTINDEX_DIR I just realized I forgot to put it into the manpage, but there's tests for it.