user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: meta@public-inbox.org
Subject: newer xapian and git packages for CentOS7
Date: Wed, 21 Apr 2021 11:13:08 -0400	[thread overview]
Message-ID: <20210421151308.yz5hzkgm75klunpe@nitro.local> (raw)

Sending a quick note here since this can be of interest to others.

If you want to run public-inbox on CentOS-7 with newer git and xapian, you can
use the following packages I am maintaining:

https://copr.fedorainfracloud.org/coprs/icon/lfit/packages/

To enable on your system:

yum install yum-plugin-copr
yum copr enable icon/lfit

# if you don't already have git and xapian installed:
yum install git231-core xapian14-core

# if you already do, you'll need yum-plugin-replace from ius:
# https://ius.io/setup#rhelcentos-7
yum replace git --replace-with git231
yum replace xapian-core --replace-with xapian14-core

-K

             reply	other threads:[~2021-04-21 15:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-21 15:13 Konstantin Ryabitsev [this message]
2021-04-23  6:02 ` newer xapian and git packages for CentOS7 Eric Wong
2021-04-23 19:12   ` Konstantin Ryabitsev
2021-04-23 19:18     ` Eric Wong
2021-04-23 19:51       ` Konstantin Ryabitsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210421151308.yz5hzkgm75klunpe@nitro.local \
    --to=konstantin@linuxfoundation.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).