aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-11-02 11:03:33 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-11-02 11:03:33 +0100
commit665571f648a6afaacb723633ec9a136129e5567c (patch)
treeb6bc05d3da4f8de371901902b62a7e23ad811abd
parent69e09eb883ee3587d92596f281c88c6d999fdbc9 (diff)
downloadiurt-665571f648a6afaacb723633ec9a136129e5567c.tar
iurt-665571f648a6afaacb723633ec9a136129e5567c.tar.gz
iurt-665571f648a6afaacb723633ec9a136129e5567c.tar.bz2
iurt-665571f648a6afaacb723633ec9a136129e5567c.tar.xz
iurt-665571f648a6afaacb723633ec9a136129e5567c.zip
speed up installing packages
-rw-r--r--NEWS2
-rwxr-xr-xiurt2
2 files changed, 3 insertions, 1 deletions
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}) {