Mageia Bugzilla – Attachment 5219 Details for
Bug 13606
Update candidate: rpmdrake
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
exclude testing media
13606.diff (text/plain), 446 bytes, created by
Thierry Vignaud
on 2014-06-28 09:31:54 CEST
(
hide
)
Description:
exclude testing media
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2014-06-28 09:31:54 CEST
Size:
446 bytes
patch
obsolete
>diff --git a/Rpmdrake/open_db.pm b/Rpmdrake/open_db.pm >index 1d1ee2a..f7302dd 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 {
diff --git a/Rpmdrake/open_db.pm b/Rpmdrake/open_db.pm index 1d1ee2a..f7302dd 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 {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13606
: 5219