From 19fb5fabfa650f4ec9645b8112b81a66ea456d10 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 10 Jul 2008 12:05:59 +0000 Subject: merge diffs with parallel_ka_run --- urpm/parallel_ssh.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index 19ea8b2d..cfffe0c2 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -90,6 +90,7 @@ sub parallel_install { my %bad_nodes; $parallel->urpm_popen($urpm, 'urpmi', "--pre-clean --test --no-verify-rpm --auto --synthesis $parallel->{synthesis} $parallel->{line}", sub { my ($node, $s) = @_; + $s =~ /^\s*$/ and return; $bad_nodes{$node} .= $s; $s =~ /Installation failed/ and $bad_nodes{$node} = ''; $s =~ /Installation is possible/ and delete $bad_nodes{$node}, return 1; -- cgit v1.2.1