diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-25 23:28:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-25 23:28:48 +0000 |
commit | f4a993587398e02adf41a8d91460e60412860f64 (patch) | |
tree | 7ac9bc818c4004adbf6c3eee58f9bd80162edbe7 /lib/Iurt/Urpmi.pm | |
parent | 1a3d62f5f652f8b2eabc905c6ed81f0d0ca65ac6 (diff) | |
download | iurt-f4a993587398e02adf41a8d91460e60412860f64.tar iurt-f4a993587398e02adf41a8d91460e60412860f64.tar.gz iurt-f4a993587398e02adf41a8d91460e60412860f64.tar.bz2 iurt-f4a993587398e02adf41a8d91460e60412860f64.tar.xz iurt-f4a993587398e02adf41a8d91460e60412860f64.zip |
(add_packages) add a note about buggy (but unused) code
Diffstat (limited to 'lib/Iurt/Urpmi.pm')
-rw-r--r-- | lib/Iurt/Urpmi.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index cdeb548..bddc5aa 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -247,6 +247,7 @@ sub add_packages { timeout => 300, freq => 1, retry => 2, + # FIXME: SEGV is _NOT_ OK: error_ok => [ 11 ], debug_mail => $run->{debug}, error_regexp => 'cannot be installed', |