diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 12:18:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-10 12:18:42 +0000 |
commit | d8e6ae21973271d2ccea937228ac55ec61c85bd2 (patch) | |
tree | a6debd94b3ed1a6122c52cccb6607d19e90ac3aa | |
parent | 33b98d0d9ef1964a85ae3aa0ecd74b874f980281 (diff) | |
download | urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.tar urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.tar.gz urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.tar.bz2 urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.tar.xz urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.zip |
merge diffs with parallel_ka_run
-rw-r--r-- | urpm/parallel_ssh.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } } |