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 1C1661F463 for ; Fri, 29 Nov 2019 10:14:14 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] some low impact changes and cleanups Date: Fri, 29 Nov 2019 10:14:07 +0000 Message-Id: <20191129101414.343-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some other changes coming in the next few days, I hope; but the straightforward stuff, first... Eric Wong (7): t: localize the PI_CONFIG env t/common: set $0 when running script w/o fork ds: ->Reset initializes $nextq TODO: update and add a few more items tests: don't repeatly validate NEWS.atom spawn: remove support for clearing the env import: (cleanup) drop redundant env arg to run_die .gitignore | 1 + Documentation/include.mk | 5 +++-- TODO | 12 +++++++++--- lib/PublicInbox/DS.pm | 5 +++-- lib/PublicInbox/Import.pm | 4 ++-- lib/PublicInbox/Spawn.pm | 12 +----------- t/common.perl | 1 + t/indexlevels-mirror.t | 1 + t/spawn.t | 10 ---------- t/xcpdb-reshard.t | 1 + 10 files changed, 22 insertions(+), 30 deletions(-)