Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2693d2e
)
it is deliberate that internal options aren't saved
author
smcv
<smcv@web>
Mon, 30 Nov 2015 21:52:14 +0000
(17:52 -0400)
committer
admin
<admin@branchable.com>
Mon, 30 Nov 2015 21:52:14 +0000
(17:52 -0400)
doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn
b/doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn
index cf7bc63ccb0e41354babb5fd0bcdf31c22ee0a2d..236460f6beab1f823066766d10870bdca40b8d69 100644
(file)
--- a/
doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn
+++ b/
doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn
@@
-3,3
+3,10
@@
Calling ikiwiki with a bunch of options, including the `--dumpsetup somefile.set
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]]