aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/open_db.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/open_db.pm')
-rw-r--r--Rpmdrake/open_db.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/open_db.pm b/Rpmdrake/open_db.pm
index 1d1ee2ab..f7302ddf 100644
--- a/Rpmdrake/open_db.pm
+++ b/Rpmdrake/open_db.pm
@@ -128,7 +128,7 @@ sub is_it_a_devel_distro() {
sub get_backport_media {
my ($urpm) = @_;
grep { $_->{name} =~ /backport/i &&
- $_->{name} !~ /debug|sources/i } @{$urpm->{media}};
+ $_->{name} !~ /debug|sources|testing/i } @{$urpm->{media}};
}
sub get_inactive_backport_media {