check-compose: handle new two-week Atomic composes
Update the check-compose config file to use the variant config for the 'Atomic' milestone as well as the 'Postrelease' milestone - this should DTRT for the new Pungi 4 two-week Atomic composes, which have 'Atomic' as their milestone, sending the report to the correct addresses.
This commit is contained in:
parent
e6f83f3c0f
commit
75df9afa06
1 changed files with 7 additions and 0 deletions
|
@ -30,3 +30,10 @@ email-to: {{ checkcompose_postrelease_emailto }}
|
|||
{% if checkcompose_postrelease_emailerror is defined %}
|
||||
email-error: {{ checkcompose_postrelease_emailerror }}
|
||||
{% endif %}
|
||||
[Atomic]
|
||||
{% if checkcompose_postrelease_emailto is defined %}
|
||||
email-to: {{ checkcompose_postrelease_emailto }}
|
||||
{% endif %}
|
||||
{% if checkcompose_postrelease_emailerror is defined %}
|
||||
email-error: {{ checkcompose_postrelease_emailerror }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue