diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/parallel_ka_run.pm | 2 | ||||
-rw-r--r-- | urpm/parallel_ssh.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm index f489c840..d94d20a1 100644 --- a/urpm/parallel_ka_run.pm +++ b/urpm/parallel_ka_run.pm @@ -31,7 +31,7 @@ sub parallel_find_remove { @{$urpm->{error_remove} || []} and return @{$urpm->{error_remove}}; #- no need to restart what has been started before. $options{test} and return keys %{$state->{rejected}}; - $test = ''; + $test = '--force '; } #- now try an iteration of urpmq. diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index 4a3f6ed6..4f6f5cbb 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -34,7 +34,7 @@ sub parallel_find_remove { @{$urpm->{error_remove} || []} and return @{$urpm->{error_remove}}; #- no need to restart what has been started before. $options{test} and return keys %{$state->{rejected}}; - $test = ''; + $test = '--force '; } #- now try an iteration of urpme. |