projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1013217
)
comment about locking
author
Joey Hess
<joey@kitenet.net>
Mon, 21 Mar 2011 18:44:43 +0000
(14:44 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 21 Mar 2011 18:44:43 +0000
(14:44 -0400)
IkiWiki/Plugin/aggregate.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/aggregate.pm
b/IkiWiki/Plugin/aggregate.pm
index 614c3fa5510ef09f10750a2639b6a4ad03aa6731..0ffe5d72a233e2193ccd03b2afab7ca23d9114b9 100644
(file)
--- a/
IkiWiki/Plugin/aggregate.pm
+++ b/
IkiWiki/Plugin/aggregate.pm
@@
-74,6
+74,8
@@
sub checkconfig () {
$config{cookies}={ file => "$ENV{HOME}/.ikiwiki/cookies" };
}
+ # This is done here rather than in a refresh hook because it
+ # needs to run before the wiki is locked.
if ($config{aggregate} && ! ($config{post_commit} &&
IkiWiki::commit_hook_enabled())) {
launchaggregation();