* Add some locking to prevent 2 aggregators from running at once.

master
joey 2006-08-16 17:32:30 +00:00
parent 6e5ae610e4
commit df30eda283
2 changed files with 5 additions and 2 deletions

View File

@ -35,11 +35,13 @@ sub getopt () { #{{{
} #}}}
sub checkconfig () { #{{{
loadstate();
if ($IkiWiki::config{aggregate}) {
IkiWiki::lockwiki();
loadstate();
IkiWiki::loadindex();
aggregate();
savestate();
IkiWiki::unlockwiki();
}
} #}}}

3
debian/changelog vendored
View File

@ -1,8 +1,9 @@
ikiwiki (1.19) UNRELEASED; urgency=low
* Fix several related bugs in page type determination during online editing.
* Add some locking to prevent 2 aggregators from running at once.
-- Joey Hess <joeyh@debian.org> Sun, 13 Aug 2006 01:53:02 -0400
-- Joey Hess <joeyh@debian.org> Wed, 16 Aug 2006 13:28:34 -0400
ikiwiki (1.18) unstable; urgency=low