]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commit
osm: Convert savestate hook into a changes hook
authorSimon McVittie <smcv@debian.org>
Tue, 20 Jun 2017 22:36:21 +0000 (23:36 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 20 Jun 2017 22:47:08 +0000 (23:47 +0100)
commit5a84cd308d817c9e509e5f4baf514a3681f48dc1
tree85f2fafa60b5bedf3c97d6d22257f8365fcc6f35
parent18c4559f4ee7ec5adc5be22921ea943dadd3b09f
osm: Convert savestate hook into a changes hook

savestate is not the right place to write wiki content, and in particular
this breaks websetup if osm's dependencies are not installed, even if
the osm plugin is not actually enabled. (Closes: #719913)

This is not a full solution: it should be possible to render the PoI files
for only the maps that changed, from the format, changes or rendered
hook. However, getting that right would require more understanding of
this plugin, and this version is enough to not break websetup. This
version is the closest correct hook to the one where this previously
took place.
IkiWiki/Plugin/osm.pm
debian/changelog