mkdir($dir);
- my @cmd =
- ( $genpath, '--spec', $spec, '--filter', $filter, '--latest', $context->{trelease}, '--tmpl', $templates, '--docroot', $dir );
+ my @cmd = (
+ $genpath, '--spec', $spec, '--filter',
+ $filter, '--latest', $context->{trelease}, '--tmpl',
+ $templates, '--docroot', $dir, '--localstatic'
+ );
print "Executing ", join( ' ', @cmd ), "\n";
system(@cmd);
compressors => {
gzip => 1,
bzip2 => 1,
- lzip => 1,
+ lzip => 0,
},
};
my $delete;
gtar, and if not found use tar. Need GNU tar for lzip, unless --no-lzip is
used.
-=item B<--no-lzip>
+=item B<--lzip>
-Do not build the lzip tarballs.
+Build the lzip tarballs.
=item B<--verbose>