From d8e6ae21973271d2ccea937228ac55ec61c85bd2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 10 Jul 2008 12:18:42 +0000 Subject: merge diffs with parallel_ka_run --- urpm/parallel_ssh.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index e70ff41e..ed49dc29 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -117,7 +117,7 @@ sub parallel_install { 1; } else { my $line = $parallel->{line} . ($options{excludepath} ? " --excludepath '$options{excludepath}'" : ""); - #- continue installation on each node + #- continue installation. run_urpm_command($parallel, $urpm, 'urpmi', "--no-verify-rpm --auto --synthesis $parallel->{synthesis} $line"); } } -- cgit v1.2.1