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) --- NEWS | 1 + urpmi | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 761777b3..a4db4bc7 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ o don't overwrite existing urpmi.cfg with an empty file when disk is full (#30945) - urpmi + o [bugfix] fix urpmi --parallel (#30996) o fix "Argument list too long" when calling curl/wget/proz (things should work even in case of one big transaction) (#30848) - urpmf 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