summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-06-29 04:33:28 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-06-29 16:35:07 +0200
commitb6834f91d61d50c4ccfea3b5977363829ef3a1f8 (patch)
treeb85ec9e72968599e03e0db27876b857bdaf91de0
parent29120a4b8df411605a71a13234ae0ba31861dbc4 (diff)
downloadurpmi-b6834f91d61d50c4ccfea3b5977363829ef3a1f8.tar
urpmi-b6834f91d61d50c4ccfea3b5977363829ef3a1f8.tar.gz
urpmi-b6834f91d61d50c4ccfea3b5977363829ef3a1f8.tar.bz2
urpmi-b6834f91d61d50c4ccfea3b5977363829ef3a1f8.tar.xz
urpmi-b6834f91d61d50c4ccfea3b5977363829ef3a1f8.zip
bump split-length from 8 to 50
improves installing gnome in a chroot from 14m to 11m
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc3fedb2..caa24f09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
- add some missing methods, allows to do urpmf --qf '%sourcerpm:%requires'
+- bump split-length from 8 to 50
+ improves installing gnome in a chroot from 14m to 11m
- update bash completion
- fix some warnings with perl 5.20
diff --git a/urpm.pm b/urpm.pm
index 7ee88f74..4b4eeac8 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -52,7 +52,7 @@ sub xml_info_policies() { qw(never on-demand update-only always) }
sub default_options {
{
'split-level' => 1,
- 'split-length' => 8,
+ 'split-length' => 50,
'verify-rpm' => 1,
'post-clean' => 1,
'xml-info' => 'on-demand',