summaryrefslogtreecommitdiffstats
path: root/urpm/parallel_ssh.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-10 12:18:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-10 12:18:42 +0000
commitd8e6ae21973271d2ccea937228ac55ec61c85bd2 (patch)
treea6debd94b3ed1a6122c52cccb6607d19e90ac3aa /urpm/parallel_ssh.pm
parent33b98d0d9ef1964a85ae3aa0ecd74b874f980281 (diff)
downloadurpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.tar
urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.tar.gz
urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.tar.bz2
urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.tar.xz
urpmi-d8e6ae21973271d2ccea937228ac55ec61c85bd2.zip
merge diffs with parallel_ka_run
Diffstat (limited to 'urpm/parallel_ssh.pm')
-rw-r--r--urpm/parallel_ssh.pm2
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");
}
}