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 10ACD1F8C8 for ; Thu, 16 Sep 2021 09:41:17 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei refresh-mail-sync Date: Thu, 16 Sep 2021 09:41:13 +0000 Message-Id: <20210916094116.11457-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The command I need because lei-daemon keeps dying so inotify ain't useful :P Well, actually, I just restart lei-daemon frequently because I'm always changing code. 1/3 is a nice cleanup, 2/3 makes the change AFAIK, refresh-mail-sync (and prune-mail-sync before it) were the only which could trigger the bug fixed in PATCH 3/3 Eric Wong (3): lei: git_oid: replace git_blob_id lei refresh-mail-sync: replace prune-mail-sync net_reader: ensure IO::Socket::Socks is loaded in all workers MANIFEST | 2 + lib/PublicInbox/LEI.pm | 13 ++-- lib/PublicInbox/LeiInspect.pm | 3 +- ...PruneMailSync.pm => LeiRefreshMailSync.pm} | 36 +++++++--- lib/PublicInbox/LeiRemote.pm | 2 +- lib/PublicInbox/LeiStore.pm | 14 ++-- lib/PublicInbox/LeiXSearch.pm | 3 +- lib/PublicInbox/NetReader.pm | 5 ++ t/lei-export-kw.t | 1 - t/lei-refresh-mail-sync.t | 67 +++++++++++++++++++ 10 files changed, 121 insertions(+), 25 deletions(-) rename lib/PublicInbox/{LeiPruneMailSync.pm => LeiRefreshMailSync.pm} (70%) create mode 100644 t/lei-refresh-mail-sync.t