Recai Oktaş wrote:
> I have a few projects which are already in Git repositories, so I don't
> want the Automator to create repositories (via ikiwiki-makerepo).  Could it
> be possible to split the import subroutine to just only dump the generated
> setup without performing a full setup?  The attached patch is a first
> attempt for this feature.

Sure, I don't mind the Automator having the capability to dump the
setup. Although I don't really see the use case for it dumping it to
stdout instead of a file.

>       # Avoid overwriting any existing files.
>       foreach my $key (qw{srcdir destdir repository dumpsetup}) {
> -             next unless exists $config{$key};
> +             next unless defined $config{$key};

I don't understand why you made this change. Why would these be undef?

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to