ikiwiki/doc/bugs/dumpsetup_does_not_save_wik...

13 lines
669 B
Markdown

Calling ikiwiki with a bunch of options, including the `--dumpsetup somefile.setup` option creates `somefile.setup` for later reuse with the `--setup` option. The wiki state dir however is not saved in the setup file, it has no `wikistatedir` at all.
Strange since same [[kind of bugs|bugs/dumpsetup_does_not_save_destdir]] have been fixed for `destdir`.
--[[bbb]]
> Options flagged as `internal` are not saved, and are not meant to be useful to save.
> `wikistatedir` is one of those. Why do you want `wikistatedir` to be in the dumped setup?
>
> `wikistatedir` is always `$config{srcdir}/.ikiwiki` unless you are doing something
> incredibly strange.
> --[[smcv]]