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 258531F462 for ; Wed, 22 May 2019 02:14:03 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] fixes for CentOS 7 Date: Wed, 22 May 2019 02:13:57 +0000 Message-Id: <20190522021402.24114-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Search::Xapian isn't available from the distro, but we can support more things with only DBD::SQLite and DBI. Eric Wong (5): init: preserve permissions for git prior to 2.1.0 t/watch_filter_rubylang: disable v2 test for git < 2.6 git: workaround old git-rev-parse(1) (--git-path) t/search*: require DBI and DBD::SQLite, too ci: support CentOS-7 ci/deps.perl | 7 +++++++ ci/profiles.sh | 6 ++++++ lib/PublicInbox/Git.pm | 5 +++++ script/public-inbox-init | 12 +++++++++++- t/search-thr-index.t | 7 +++++-- t/search.t | 7 +++++-- t/watch_filter_rubylang.t | 14 ++++++++++++-- 7 files changed, 51 insertions(+), 7 deletions(-) -- EW