web commit by http://gmcmanus.myopenid.com/: search: create configuration once only on rebuild

master
Joey Hess 2008-07-07 00:57:39 -04:00
parent 474f51a7a2
commit 85c75c8f9d
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Currently, if ikiwiki is rebuilding then search.pm will (wastefully)
create its configuration files every time it indexes a file.
[This patch](http://gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch)
ensures the configuration files are created only once.
--Gabriel