diff options
author | https://launchpad.net/~beaufils <beaufils@web> | 2015-06-19 07:35:41 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-06-19 07:35:41 -0400 |
commit | 7cedc1fee445b70b4060277c46eb4d06686d1b81 (patch) | |
tree | 996f2df97faf1d3488884bd0cd4a4055287f7f61 /doc | |
parent | 7a35c92cb9a941fc6f53e5840c00a3e722b2c6d3 (diff) | |
download | ikiwiki-7cedc1fee445b70b4060277c46eb4d06686d1b81.tar ikiwiki-7cedc1fee445b70b4060277c46eb4d06686d1b81.tar.gz |
Initial report.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn b/doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn new file mode 100644 index 000000000..8b83b16bf --- /dev/null +++ b/doc/bugs/dumpsetup_does_not_save_wikistatedir.mdwn @@ -0,0 +1,3 @@ +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`. |