X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e1939185d29e1431861e63d6526cb3a498d6033e..7272938a116b2c87f8c34057034b5f4e9244cdf8:/ikiwiki-calendar diff --git a/ikiwiki-calendar b/ikiwiki-calendar index ec572cb7c..074f0d6fd 100755 --- a/ikiwiki-calendar +++ b/ikiwiki-calendar @@ -43,8 +43,6 @@ sub writearchive ($$;$) { } } -IkiWiki::lockwiki(); - foreach my $y ($year-1, $year, $year+1) { writearchive("calendaryear.tmpl", $y); foreach my $m (qw{01 02 03 04 05 06 07 08 09 10 11 12}) { @@ -54,6 +52,5 @@ foreach my $y ($year-1, $year, $year+1) { IkiWiki::rcs_commit_staged(gettext("calendar update"), undef, undef) if $config{rcs}; -IkiWiki::unlockwiki(); system("ikiwiki", "-setup", $setup, "-refresh");