projects
/
public-inbox.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226ec7b
)
lei_mirror: add a hint for skipped epoch permissions
author
Eric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:31:12 +0000 (
05:31
+0000)
committer
Eric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:54 +0000 (23:38 +0000)
Some users may think it's git-specific thing to enable
writability, rather than a *nix permissions thing. Clarify that
it's a standard *nix thing.
lib/PublicInbox/LeiMirror.pm
patch
|
blob
|
history
diff --git
a/lib/PublicInbox/LeiMirror.pm
b/lib/PublicInbox/LeiMirror.pm
index 150b42966521b97906418bbf9496a23c093dead3..eaffb8fac631a57ebfc5468fa1c136ed11ed0174 100644
(file)
--- a/
lib/PublicInbox/LeiMirror.pm
+++ b/
lib/PublicInbox/LeiMirror.pm
@@
-303,6
+303,7
@@
sub init_placeholder ($$) {
; This git epoch was created read-only and "public-inbox-fetch"
; will not fetch updates for it unless write permission is added.
+; Hint: chmod +w $edst
EOM
close $fh or die "close:($f): $!";
}