aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn
blob: 236460f6beab1f823066766d10870bdca40b8d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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]]