]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: reject remotes early if curl(1) is missing
authorEric Wong <e@80x24.org>
Mon, 25 Jan 2021 01:18:56 +0000 (17:18 -0800)
committerEric Wong <e@80x24.org>
Tue, 26 Jan 2021 18:51:31 +0000 (18:51 +0000)
commit31e7d06a8da363d72bf60fa2cd723c6b9ba3a98d
treea1ccae8adbf3adaefc3d1f16486d3f322b6603fb
parent3261c6eb152a95468d4b9b4804f3316d5af04c85
lei q: reject remotes early if curl(1) is missing

This ought to provide a better user experience for
users if they attempt to use remote externals but
don't have curl installed.

We can avoid repeating PATH search in every worker here, too.
lib/PublicInbox/LeiXSearch.pm