diff options
author | Francois Pons <fpons@mandriva.com> | 2003-09-23 15:36:15 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-09-23 15:36:15 +0000 |
commit | dd5f0a0706cdd46d1ca8c0408d8c6df84d6c3287 (patch) | |
tree | 80a6af18af3f03abab778716f3e28d9b39d51622 /urpm/parallel_ssh.pm | |
parent | 188c2418d6b3c469017f162488298ccf4926d59b (diff) | |
download | urpmi-dd5f0a0706cdd46d1ca8c0408d8c6df84d6c3287.tar urpmi-dd5f0a0706cdd46d1ca8c0408d8c6df84d6c3287.tar.gz urpmi-dd5f0a0706cdd46d1ca8c0408d8c6df84d6c3287.tar.bz2 urpmi-dd5f0a0706cdd46d1ca8c0408d8c6df84d6c3287.tar.xz urpmi-dd5f0a0706cdd46d1ca8c0408d8c6df84d6c3287.zip |
clean reason of removing package.
Diffstat (limited to 'urpm/parallel_ssh.pm')
-rw-r--r-- | urpm/parallel_ssh.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index cfd9afe4..5d885e1b 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -64,6 +64,7 @@ sub parallel_find_remove { if (exists $bad_nodes{$node}) { /^\s+(.*)/ and push @{$bad_nodes{$node}}, $1; } else { + s/\s*\(.*//; #- remove reason (too complex to handle and needed to be removed). $state->{rejected}{$_}{removed} = 1; $state->{rejected}{$_}{nodes}{$node} = undef; } |