diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-02-26 23:18:54 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-02-26 23:18:54 +0000 |
commit | 5e724f8dedbe5e956ebe3eab9be9517ada3bb08f (patch) | |
tree | 5eff8dd1f4ba86cd265818daff326ac4f0e89456 /lib | |
parent | e76d2721b2f2a42c4dd03f592ff3c0669e2cfdc7 (diff) | |
download | mga-youri-submit-5e724f8dedbe5e956ebe3eab9be9517ada3bb08f.tar mga-youri-submit-5e724f8dedbe5e956ebe3eab9be9517ada3bb08f.tar.gz mga-youri-submit-5e724f8dedbe5e956ebe3eab9be9517ada3bb08f.tar.bz2 mga-youri-submit-5e724f8dedbe5e956ebe3eab9be9517ada3bb08f.tar.xz mga-youri-submit-5e724f8dedbe5e956ebe3eab9be9517ada3bb08f.zip |
Drop some MDV specific debugging code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Youri/Submit/Action/Archive.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Youri/Submit/Action/Archive.pm b/lib/Youri/Submit/Action/Archive.pm index 98ff37c..41a8b8f 100644 --- a/lib/Youri/Submit/Action/Archive.pm +++ b/lib/Youri/Submit/Action/Archive.pm @@ -46,17 +46,6 @@ sub run { ) { my $file = $replaced_package->get_file(); - # trap for debugging bug 34999 - if ($file =~ /\/[\d.]+\/(main\/updates|.*\/release)/) { - my $bugmsg = "BUG#34999 WARNING: trying to remove from a release: $file\n"; - open(BUG34999LOG, '>>', "/home/mandrake/bug34999.log"); - print $bugmsg; - print BUG34999LOG localtime().": ".$bugmsg; - close BUG34999LOG; - - next; - } - my ($rep_section, $rep_main_section) = $file =~ m,$path/(([^/]+)/.*)/[^/]+.rpm,; # We do accept duplicate version for other submedia of the same main media section print "(path '$path') file '$file' section '$rep_section' main_section '$rep_main_section'\n" if $self->{_verbose}; |