diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | urpmi | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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}, |