]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/rebuild_after_changing_the_underlaydir_config_option.mdwn
Avoid trying to log the user in when receiving anonymous pushes from git and a plugin...
[ikiwiki.git] / doc / bugs / rebuild_after_changing_the_underlaydir_config_option.mdwn
1 It seems that rebuild a wiki (`ikiwiki --rebuild`) after changing the `underlaydir` config option doesn't remove the pages coming from the previous underlaydir. 
2
3 I've noticed this with the debian package version 3.20100102.3~bpo50+1.
4
5 Perhaps it is possible to improve this or mention it in the manual page?
6
7 --prosper
8
9 > --rebuild causes ikiwiki to throw away all its info about what it built
10 > before, so it will never clean up pages that have been removed, by any
11 > means. Suggest you do a --refresh, possibly followed by a --rebuild
12 > if that is really necessary. --[[Joey]]