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:
Adam Williamson 2016-06-28 10:11:11 -07:00
parent e6f83f3c0f
commit 75df9afa06

View file

@ -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 %}