summaryrefslogtreecommitdiffstats
path: root/urpm/parallel_ka_run.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-10 19:08:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-10 19:08:16 +0000
commite4a6e69522ce8f9d4e943cdc59a94d5341d18cbe (patch)
tree330a25c5aaae867b51b827038bed95ce5b2b376a /urpm/parallel_ka_run.pm
parent786963a4d4034f3a9cd6985899512644e6cc8359 (diff)
downloadurpmi-e4a6e69522ce8f9d4e943cdc59a94d5341d18cbe.tar
urpmi-e4a6e69522ce8f9d4e943cdc59a94d5341d18cbe.tar.gz
urpmi-e4a6e69522ce8f9d4e943cdc59a94d5341d18cbe.tar.bz2
urpmi-e4a6e69522ce8f9d4e943cdc59a94d5341d18cbe.tar.xz
urpmi-e4a6e69522ce8f9d4e943cdc59a94d5341d18cbe.zip
- urpmi
o fix --parallel --auto-select when one box is up-to-date but not the others (#41924) (backported from trunk)
Diffstat (limited to 'urpm/parallel_ka_run.pm')
-rw-r--r--urpm/parallel_ka_run.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm
index a41500e4..fff6546f 100644
--- a/urpm/parallel_ka_run.pm
+++ b/urpm/parallel_ka_run.pm
@@ -231,7 +231,7 @@ sub parallel_install {
/^\s*$/ and next;
$bad_nodes{$node} .= $_;
/Installation failed/ and $bad_nodes{$node} = '';
- /Installation is possible/ and delete $bad_nodes{$node};
+ /Installation is possible|Packages are up to date/ and delete $bad_nodes{$node};
}
close $fh or $urpm->{fatal}(1, urpm::N("rshp failed, maybe a node is unreacheable"));