]> Sergey Matveev's repositories - public-inbox.git/commit
lei_mirror: simplify _get_txt_start callers
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:31:10 +0000 (05:31 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:53 +0000 (23:38 +0000)
commit26e1b36ce403e9ead26407987a8f3a50ff2ed77c
tree18780574e9c2584ea0675a757e765240e3109786
parent0fab3552da0b5708c90d680c8490c2eb0b8ccc82
lei_mirror: simplify _get_txt_start callers

We can avoid needless select()-based sleeps by always
using TMPDIR for temporary files, and just slurping the
small config or description file.

This will make it easier to reuse the description from
the manifest in the next commit.
lib/PublicInbox/LeiMirror.pm