diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-10-09 11:23:00 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-10-09 11:24:00 +0200 |
commit | ab734cd27a19811ced4d48513164b7b4ecc06274 (patch) | |
tree | 2a1908854786b278e1d21e4d72314ed4679ca348 /urpm.pm | |
parent | 7508be515714d3f0ff2629c778977b1253b328e5 (diff) | |
download | urpmi-ab734cd27a19811ced4d48513164b7b4ecc06274.tar urpmi-ab734cd27a19811ced4d48513164b7b4ecc06274.tar.gz urpmi-ab734cd27a19811ced4d48513164b7b4ecc06274.tar.bz2 urpmi-ab734cd27a19811ced4d48513164b7b4ecc06274.tar.xz urpmi-ab734cd27a19811ced4d48513164b7b4ecc06274.zip |
Revert "bump split-length from 8 to 50"
This reverts commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8.
Sadly, this currently breaks stage2 which is more urgent...
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' => 50, + 'split-length' => 8, 'verify-rpm' => 1, 'post-clean' => 1, 'xml-info' => 'on-demand', |