summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xurpmi1
2 files changed, 2 insertions, 0 deletions
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},