taskotron-{dev,stg}: F22 is EOL

This commit is contained in:
Martin Krizek 2016-07-20 08:14:48 +00:00
parent d35513d147
commit 51300909a3

View file

@ -68,6 +68,7 @@ url = %(updatesurl)s
path = testing/23
parent = f23-updates
{% if deployment_type == 'prod' %}
# Fedora 22
[f22]
url = %(goldurl)s
@ -83,4 +84,4 @@ parent = f22
url = %(updatesurl)s
path = testing/22
parent = f22-updates
{% endif %}