From b5796a6fd02ab2b7c3079b0d1b8b66c79d56980b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 1 Jun 2007 08:35:07 +0000 Subject: - urpmi o [bugfix] fix urpmi --parallel (#30996) --- urpmi | 1 + 1 file changed, 1 insertion(+) (limited to 'urpmi') diff --git a/urpmi b/urpmi index c8b8816d..37d9ba3d 100755 --- a/urpmi +++ b/urpmi @@ -712,6 +712,7 @@ foreach my $set (@{$state->{transaction} || []}) { #- no remove are handle here, automatically done by each distant node. $urpm->{log}("starting distributed install"); $urpm->{parallel_handler}->parallel_install( + $urpm, [ keys %{$state->{rejected} || {}} ], \%transaction_sources_install, \%transaction_sources, test => $test, excludepath => $urpm->{options}{excludepath}, excludedocs => $urpm->{options}{excludedocs}, -- cgit v1.2.1