Oops, not a template

This commit is contained in:
Martin Krizek 2016-07-20 08:26:18 +00:00
parent 51300909a3
commit 0a8c234605

View file

@ -68,20 +68,3 @@ url = %(updatesurl)s
path = testing/23
parent = f23-updates
{% if deployment_type == 'prod' %}
# Fedora 22
[f22]
url = %(goldurl)s
path = 22
release_status = stable
[f22-updates]
url = %(updatesurl)s
path = 22
parent = f22
[f22-updates-testing]
url = %(updatesurl)s
path = testing/22
parent = f22-updates
{% endif %}