Greenwave should require nothing for EPEL.
This commit is contained in:
parent
baa418b692
commit
09f15fbc78
1 changed files with 18 additions and 4 deletions
|
@ -94,8 +94,6 @@ data:
|
|||
- fedora-27
|
||||
- fedora-26
|
||||
- fedora-25
|
||||
- fedora-epel-7
|
||||
- fedora-epel-6
|
||||
decision_context: bodhi_update_push_testing
|
||||
blacklist: []
|
||||
relevance_value: koji_build
|
||||
|
@ -107,8 +105,6 @@ data:
|
|||
- fedora-27
|
||||
- fedora-26
|
||||
- fedora-25
|
||||
- fedora-epel-7
|
||||
- fedora-epel-6
|
||||
decision_context: bodhi_update_push_stable
|
||||
blacklist: []
|
||||
relevance_value: koji_build
|
||||
|
@ -185,3 +181,21 @@ data:
|
|||
greenwave_api_url='https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'
|
||||
{% endif %}
|
||||
)
|
||||
--- !Policy
|
||||
id: "no_requirements_for_epel_testing"
|
||||
product_versions:
|
||||
- fedora-epel-7
|
||||
- fedora-epel-6
|
||||
decision_context: bodhi_update_push_testing
|
||||
blacklist: []
|
||||
relevance_value: koji_build
|
||||
rules: []
|
||||
--- !Policy
|
||||
id: "no_requirements_for_epel_stable"
|
||||
product_versions:
|
||||
- fedora-epel-7
|
||||
- fedora-epel-6
|
||||
decision_context: bodhi_update_push_stable
|
||||
blacklist: []
|
||||
relevance_value: koji_build
|
||||
rules: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue