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 9D0511F8C8 for ; Sat, 25 Sep 2021 05:49:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei: some robustness fixes Date: Sat, 25 Sep 2021 05:49:42 +0000 Message-Id: <20210925054945.12715-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It out I can still fine localtime confusing if I'm constantly switching timezones to fit wherever insomnia puts me. I also noticed an odd failure triggered by augment_inprogress which I can't reproduce. In any case, a progress message shouldn't cause catastrophic failure. Eric Wong (3): lei up: show timezone offset with localtime lei: restore old sigmask before daemon exit lei2mail: augment_inprogress: guard against closed FDs lib/PublicInbox/LEI.pm | 2 ++ lib/PublicInbox/LeiToMail.pm | 15 +++++++++------ lib/PublicInbox/LeiXSearch.pm | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-)