From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1906F1F452 for ; Thu, 4 May 2023 11:06:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1683198402; bh=t2iIUXdfgvLplxFtg/pdWShLuVSeMA3Z9RKOyXNbtvM=; h=From:To:Subject:Date:From; b=M9UmWamghT31ItJ7IScnYznikdLnp/XH0T07t8DIvP8BMKi5ausU/LQaLVwviJiLq 1iKKXEohfFLclhFw8jLCaYjPpjrmGoiGLVdBYfYTKu3SYmin8eNpmcIWt56hGBeSGB 4QBI+Pb50IGlyX/xEPkLzCn8GTy4nlUtV/rX7Ivg= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] xcpdb: support cindex Date: Thu, 4 May 2023 11:06:40 +0000 Message-Id: <20230504110642.3536696-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Slowly improving cindex administration bits... Xapcmd isn't that nice and can probably use DS for awaitpid; but it works for now. Eric Wong (2): compact+xcpdb: ux: include basename(*dir) in progress xcpdb: support cindex upgrades and resharding lib/PublicInbox/Xapcmd.pm | 137 +++++++++++++++++++++++++++++--------- script/public-inbox-xcpdb | 20 +++--- t/cindex.t | 5 ++ 3 files changed, 121 insertions(+), 41 deletions(-)