diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-06-29 04:33:28 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-06-29 16:35:07 +0200 |
commit | b6834f91d61d50c4ccfea3b5977363829ef3a1f8 (patch) | |
tree | b85ec9e72968599e03e0db27876b857bdaf91de0 /urpm.pm | |
parent | 29120a4b8df411605a71a13234ae0ba31861dbc4 (diff) | |
download | urpmi-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
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |