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 D3BA21F4B4 for ; Mon, 19 Apr 2021 23:49:01 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] "lei up --all=local" support Date: Mon, 19 Apr 2021 14:48:57 -0900 Message-Id: <20210419234901.4084-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eventually, "--all" and "--all=remote" will be supported, but "--all=local" was relatively easy and will probably be the most popular for latency-sensitive users. Eric Wong (4): lei up: fix help output and ARGV handling config: favor ->get_all when possible lei up: more error checking for config loading lei up: support --all=local lib/PublicInbox/LEI.pm | 7 +++- lib/PublicInbox/LeiQuery.pm | 2 +- lib/PublicInbox/LeiUp.pm | 75 +++++++++++++++++++++++++++++++------ lib/PublicInbox/Watch.pm | 3 +- t/lei-q-save.t | 2 + 5 files changed, 72 insertions(+), 17 deletions(-)