[PATCH] lei add-external --mirror: deduce paths for PSGI mount prefixes

2021-09-09 Thread Eric Wong
The current manifest.js.gz generation in WWW doesn't account for PSGI mount prefixes (and grokmirror 1.x appears to work fine). In other words, currently has keys like "/lkml/git/0.git" and not "/lore/lkml/git/0.git" where "/lore" is the PSGI mount prefi

native C++ Xapian wrapper [was: Using lei with podman + toolbox]

2021-09-09 Thread Eric Wong
Eric Wong wrote: > Off the top of my head, I think Search::Xapian // Xapian.pm was > the main thing that was missing from CentOS 7. Does Fedora have > that? Btw, I've been considering a Just-Ahead-Of-Time C++ wrapper for Xapian. SWIG-or-not, bindings always seem behind and limited in functional

Re: Using lei with podman + toolbox

2021-09-09 Thread Eric Wong
Konstantin Ryabitsev wrote: > Hi, all: > > These are my quickie instructions for how to use lei in a toolbox environment > if you are running a distribution like Fedora and don't want to install a lot > of perl dependencies into your main OS. Off the top of my head, I think Search::Xapian // Xap

Using lei with podman + toolbox

2021-09-09 Thread Konstantin Ryabitsev
Hi, all: These are my quickie instructions for how to use lei in a toolbox environment if you are running a distribution like Fedora and don't want to install a lot of perl dependencies into your main OS. 1. Grab the dockerfile: https://gist.github.com/mricon/046ba7c8b03bd92176dbe83e04f2466c

Re: [PATCH] gcf2: die if pkg-config is missing

2021-09-09 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Thu, Sep 09, 2021 at 09:23:48PM +, Eric Wong wrote: > > > Annoyingly, after I blow away the container to start fresh, I get: > > > > > > t/gcf2.t . skipped: PublicInbox::Gcf2 missing for > > > t/gcf2.t > > > > > > That means gcf2 isn'

Re: [PATCH] gcf2: die if pkg-config is missing

2021-09-09 Thread Konstantin Ryabitsev
On Thu, Sep 09, 2021 at 09:23:48PM +, Eric Wong wrote: > > Annoyingly, after I blow away the container to start fresh, I get: > > > > t/gcf2.t . skipped: PublicInbox::Gcf2 missing for > > t/gcf2.t > > > > That means gcf2 isn't getting built, right? > > Yeah, assuming

Re: [PATCH] gcf2: die if pkg-config is missing

2021-09-09 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Thu, Sep 09, 2021 at 09:14:36PM +, Eric Wong wrote: > > Konstantin Ryabitsev wrote: > > > Yep, that was the culprit. After installing pkg-config, gcf2 builds and > > > tests > > > pass. I still have this while running "make test": > > > > Good to know. We'l

Re: [PATCH] gcf2: die if pkg-config is missing

2021-09-09 Thread Konstantin Ryabitsev
On Thu, Sep 09, 2021 at 09:14:36PM +, Eric Wong wrote: > Konstantin Ryabitsev wrote: > > Yep, that was the culprit. After installing pkg-config, gcf2 builds and > > tests > > pass. I still have this while running "make test": > > Good to know. We'll have to document that when adding libgit2

Re: [PATCH] gcf2: die if pkg-config is missing

2021-09-09 Thread Eric Wong
Konstantin Ryabitsev wrote: > Yep, that was the culprit. After installing pkg-config, gcf2 builds and tests > pass. I still have this while running "make test": Good to know. We'll have to document that when adding libgit2 stuff to the already-huge INSTALL file. > t/git.t ..

Re: Tracking one-off threads with lei

2021-09-09 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Thu, Sep 09, 2021 at 08:06:28PM +, Eric Wong wrote: > > Konstantin Ryabitsev wrote: > > > Eric: > > > > > > Is there a way to "tag" a single thread that isn't matching a saved > > > search and > > > have it be followed for any new updates? E.g. someone pings

Re: [PATCH] gcf2: die if pkg-config is missing

2021-09-09 Thread Konstantin Ryabitsev
On Thu, Sep 09, 2021 at 08:45:41PM +, Eric Wong wrote: > Konstantin Ryabitsev wrote: > > Hello: > > > > I can't seem to get a clean "make test" in the Debian container. It's > > possible > > that I'm missing some of the packages, as the official Debian container > > image > > is very minima

Re: Tracking one-off threads with lei

2021-09-09 Thread Konstantin Ryabitsev
On Thu, Sep 09, 2021 at 08:06:28PM +, Eric Wong wrote: > Konstantin Ryabitsev wrote: > > Eric: > > > > Is there a way to "tag" a single thread that isn't matching a saved search > > and > > have it be followed for any new updates? E.g. someone pings a developer on > > IRC > > and says "you

[PATCH] gcf2: die if pkg-config is missing

2021-09-09 Thread Eric Wong
Konstantin Ryabitsev wrote: > Hello: > > I can't seem to get a clean "make test" in the Debian container. It's possible > that I'm missing some of the packages, as the official Debian container image > is very minimal. Not sure, it's taking forever to update one of my VMs... > The dockerfile is

Re: Tracking one-off threads with lei

2021-09-09 Thread Eric Wong
Konstantin Ryabitsev wrote: > Eric: > > Is there a way to "tag" a single thread that isn't matching a saved search and > have it be followed for any new updates? E.g. someone pings a developer on IRC > and says "you may be interested in following this discussion" -- what's the > best course of ac

make test in a debian-11 container

2021-09-09 Thread Konstantin Ryabitsev
Hello: I can't seem to get a clean "make test" in the Debian container. It's possible that I'm missing some of the packages, as the official Debian container image is very minimal. The dockerfile is here: https://gist.github.com/mricon/046ba7c8b03bd92176dbe83e04f2466c The pertinent section is:

Tracking one-off threads with lei

2021-09-09 Thread Konstantin Ryabitsev
Eric: Is there a way to "tag" a single thread that isn't matching a saved search and have it be followed for any new updates? E.g. someone pings a developer on IRC and says "you may be interested in following this discussion" -- what's the best course of action for them to pull that into their MFO