Make the setup automator create YAML formatted files.
parent
bf8b3bc12a
commit
67b2beb1b0
|
@ -38,7 +38,7 @@ sub sanitize_wikiname ($) {
|
|||
|
||||
sub import (@) {
|
||||
my $this=shift;
|
||||
$config{setuptype}='Standard';
|
||||
$config{setuptype}='Yaml';
|
||||
IkiWiki::Setup::merge({@_});
|
||||
|
||||
if (! $config{force_overwrite}) {
|
||||
|
|
|
@ -6,6 +6,7 @@ ikiwiki (3.20110906) UNRELEASED; urgency=low
|
|||
subdirectory.
|
||||
* rst: import docutils lazily, to avoid errors during ikiwiki --setup.
|
||||
Closes: #637604 (Thanks, smcv)
|
||||
* Make the setup automator create YAML formatted files.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 27 Sep 2011 10:47:13 -0400
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
I think that the auto-generated setup files generated by /etc/ikiwiki/*.setup should be created in the new YAML format.
|
||||
|
||||
> Ah, I missed that. [[done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in New Issue