unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* newer xapian and git packages for CentOS7
@ 2021-04-21 15:13 Konstantin Ryabitsev
  2021-04-23  6:02 ` Eric Wong
  0 siblings, 1 reply; 5+ messages in thread
From: Konstantin Ryabitsev @ 2021-04-21 15:13 UTC (permalink / raw)
  To: meta

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-23 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 15:13 newer xapian and git packages for CentOS7 Konstantin Ryabitsev
2021-04-23  6:02 ` Eric Wong
2021-04-23 19:12   ` Konstantin Ryabitsev
2021-04-23 19:18     ` Eric Wong
2021-04-23 19:51       ` Konstantin Ryabitsev

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).