From 665571f648a6afaacb723633ec9a136129e5567c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 2 Nov 2014 11:03:33 +0100 Subject: speed up installing packages --- NEWS | 2 ++ iurt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8edd1a6..b4fef05 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- speed up installing packages + 0.6.23 - remove old src.rpm before recreating it (mga#14243) - delete potentially incomplete files when copying to local_spool diff --git a/iurt b/iurt index dea9b44..eb60726 100755 --- a/iurt +++ b/iurt @@ -525,7 +525,7 @@ if (!$config->{repository}) { die "FATAL $program_name: no repository have been defined (use --repository to specify one on the command line"; } -my $urpmi = Iurt::Urpmi->new(run => \%run, config => $config, urpmi_options => "-v --no-verify-rpm --nolock --auto --no-suggests --ignoresize $config->{urpmi_options}"); +my $urpmi = Iurt::Urpmi->new(run => \%run, config => $config, urpmi_options => "-v --no-verify-rpm --tune-rpm=all --nolock --auto --no-suggests --ignoresize $config->{urpmi_options}"); $run{urpmi} = $urpmi; if (!$run{chrooted_urpmi} && $run{group}) { -- cgit v1.2.1