diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:21:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-26 18:21:21 +0000 |
commit | d4721860ea0f0774f7c316f6c6f2e9c9e634fc2e (patch) | |
tree | f1486c77fe273221bfef63e43f646e77efce883a /lib | |
parent | a8b240c8ae9299a9a9f2a8e4599699dd51ce5195 (diff) | |
download | iurt-d4721860ea0f0774f7c316f6c6f2e9c9e634fc2e.tar iurt-d4721860ea0f0774f7c316f6c6f2e9c9e634fc2e.tar.gz iurt-d4721860ea0f0774f7c316f6c6f2e9c9e634fc2e.tar.bz2 iurt-d4721860ea0f0774f7c316f6c6f2e9c9e634fc2e.tar.xz iurt-d4721860ea0f0774f7c316f6c6f2e9c9e634fc2e.zip |
(recreate_srpm) kill a dead comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/Urpmi.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index 168f07d..13bcbff 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -675,15 +675,6 @@ sub recreate_srpm { # return 0 unless $ret; - # CM: was: foreach my $file (readdir $dir) - # The above line returned entries in a strange order in my test - # system, such as - # .. - # cowsay-3.03-11mdv2007.1.src.rpm - # cowsay-3.03-11mdv2007.0.src.rpm - # . - # assigning '.' to $new_rpm. Now sorting the output. - # we can not ask rpm the generated srpm name # we can not rely on build time (one of the src.rpm may have been built on a machine with wrong time) # let's say that if we have several one, we want the non original one |