]> scripts.mit.edu Git - www/ikiwiki.git/commit
Fix removal of rendered files in rebuild mode.
authorJoey Hess <joey@kitenet.net>
Mon, 26 Apr 2010 21:14:03 +0000 (17:14 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 26 Apr 2010 21:14:03 +0000 (17:14 -0400)
commit97b0c6e455f9edb99d9bd5145a8e82549ed54694
tree19a12204cdf1c6604f9cbab64f98af6a60be2849
parenta6bd053638c67e5410c4a0a3742ba3825320b344
Fix removal of rendered files in rebuild mode.

Needed to handle the move of the .js files into ikiwiki/, but also this is
a longstanding bug.

Old pagemtime is not remembered in rebuild mode, and changing that would
need a lot of changes. So instead, loop on pagectime, which is remembered.

Change to remembering old pagesources info in rebuild mode. This seems safe
enough.
IkiWiki.pm
IkiWiki/Render.pm
debian/changelog