]> sipb.mit.edu Git - ikiwiki.git/commit
Fix crash that could occur when a needsbuild hook returned a file that does not exist.
authorJoey Hess <joey@kitenet.net>
Wed, 10 Jul 2013 21:02:24 +0000 (17:02 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 10 Jul 2013 21:02:24 +0000 (17:02 -0400)
commitacb07ef4164643ac0dac28aab2ceae24510e5641
tree9c91e2404f71b815af9c8043a972e72999755f64
parent533793ee462552dd0b782a69e2cfe48c8f93dedc
Fix crash that could occur when a needsbuild hook returned a file that does not exist.

I saw this happen with calendar, when it wanted to update a page, that
had a calendar on it, but the page had just been deleted. This caused
srcfile_stat to crash.
IkiWiki/Render.pm
debian/changelog