]> Sergey Matveev's repositories - public-inbox.git/commit
clone|fetch|--mirror: cull manifest in partial mirrors
authorEric Wong <e@80x24.org>
Fri, 24 Sep 2021 10:56:44 +0000 (10:56 +0000)
committerEric Wong <e@80x24.org>
Fri, 24 Sep 2021 23:22:08 +0000 (23:22 +0000)
commit718d054be8b2cc23635b42e8ce880424492d3a84
treea545f92696606c950e5fd86f930d2c9b578d2859
parent3596019278ef489f27e0659c752977f60f847903
clone|fetch|--mirror: cull manifest in partial mirrors

This makes it easier for users to enable fetching on a
previously read-only epoch.  Prior to this change, users were
required to delete manifest.js.gz in addition to adding the
writable bit.  Now, they just have to "chmod +w $EPOCH_DIR".
lib/PublicInbox/Fetch.pm
lib/PublicInbox/LeiMirror.pm
t/v2mirror.t