reset setuptype first, actually
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 21 Mar 2010 18:59:21 +0000 (14:59 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 21 Mar 2010 18:59:21 +0000 (14:59 -0400)
so setup file can override default

IkiWiki/Setup/Automator.pm
debian/changelog

index 9f694e18ed739c9bcd0d245cad6986b136535d0b..e9a572450d07d3cf885355992c26ea9a5950ada4 100644 (file)
@@ -38,8 +38,8 @@ sub sanitize_wikiname ($) {
 
 sub import (@) {
        my $this=shift;
-       IkiWiki::Setup::merge({@_});
        $config{setuptype}='Standard';
+       IkiWiki::Setup::merge({@_});
 
        if (! $config{force_overwrite}) {
                # Avoid overwriting any existing files.
index e020b380f8cb4f603c2ac14863151014cf5d4da6..4d0639a5815beeae5bad092c2f4e1ea410405e94 100644 (file)
@@ -1,4 +1,4 @@
-ikiwiki (3.20100313) UNRELEASED; urgency=low
+ikiwiki (3.20100320) UNRELEASED; urgency=low
 
   * websetup: Add websetup_unsafe to allow marking other settings
     as unsafe.