]> Sergey Matveev's repositories - public-inbox.git/commit
clone|fetch|--mirror: add convenience $INBOX_DIR/Makefile
authorEric Wong <e@80x24.org>
Wed, 15 Sep 2021 21:35:57 +0000 (21:35 +0000)
committerEric Wong <e@80x24.org>
Wed, 15 Sep 2021 23:14:21 +0000 (23:14 +0000)
commit5d9dcc31959d520d3e7bed3f68871245bc915ca3
tree00c2e401ba1e8b4a793816913dadf513df5d13cd
parent8d56d54e94125626a4777e5d45bfdc1342f0ba13
clone|fetch|--mirror: add convenience $INBOX_DIR/Makefile

Since the beginning of time, I've been dropping Makefiles
in $INBOX_DIR (and above hiearchies) to organize groups
of commands.

make(1) is widely available in various flavors and a familiar
tool for our target audience.  It is easy to run in the right
directory, typically has built-in shell completion, and doesn't
silently ignore errors by default like Bourne shell.
lib/PublicInbox/Fetch.pm
lib/PublicInbox/LeiMirror.pm
t/lei-mirror.t