From 629de6b8fa6e64536889a44f222505bd0b12d631 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 31 Jul 2003 15:51:59 +0000 Subject: disable split of transaction when used with --synthesis. --- urpm.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 5d7a402d..ea161860 100644 --- a/urpm.pm +++ b/urpm.pm @@ -732,6 +732,8 @@ sub configure { $options{media} || $options{excludemedia} || $options{sortmedia} || $options{update} || $options{parallel} and $urpm->{fatal}(1, N("--synthesis cannot be used with --media, --excludemedia, --sortmedia, --update or --parallel")); $urpm->parse_synthesis($options{synthesis}); + #- synthesis disable the split of transaction (too risky and not usefull). + $urpm->{options}{'split-length'} = 0; } } else { $urpm->read_config(%options); -- cgit v1.2.1