]> Sergey Matveev's repositories - public-inbox.git/commit
fetch: ignore non-writable epoch dirs
authorEric Wong <e@80x24.org>
Fri, 17 Sep 2021 11:00:23 +0000 (11:00 +0000)
committerEric Wong <e@80x24.org>
Fri, 17 Sep 2021 21:49:41 +0000 (21:49 +0000)
commit876e74283ff36462607626dec2105e28f2db9bb7
treeb18140d56f7acc429c2ccf684a79046f5094a80c
parentfe1b11bf5a752743167018f77e2826304ba0aa0e
fetch: ignore non-writable epoch dirs

This will eventually be useful for maintaing partial mirrors.

Keeping inline with the original public-inbox-fetch philosophy,
there are no additional config files to manage:
the user merely needs to remove write permissions to an $N.git
directory to prevent it from being updated.

Re-enabling updates just requires restoring write permission.
Documentation/public-inbox-fetch.pod
lib/PublicInbox/Fetch.pm
t/v2mirror.t