greenwave: looks like we don't need the magic quotes
...but getting rid of all blank lines in all cases looks a bit impossible, unfortunately. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
045e73bf87
commit
af724dbe70
1 changed files with 5 additions and 5 deletions
|
@ -4,19 +4,19 @@
|
|||
{% macro product_versions(upgrade='false', rawhide='true', branched='true') -%}
|
||||
product_versions:
|
||||
{% if rawhide|bool %}
|
||||
- fedora-{{ FedoraRawhideNumber }}{{''}}
|
||||
- fedora-{{ FedoraRawhideNumber }}
|
||||
{% endif %}
|
||||
{% if FedoraBranched and branched|bool %}
|
||||
- fedora-{{ FedoraBranchedNumber }}{{''}}
|
||||
- fedora-{{ FedoraBranchedNumber }}
|
||||
{% endif %}
|
||||
- fedora-{{ FedoraCycleNumber }}
|
||||
{% if FedoraPreviousPrevious or not upgrade|bool %}
|
||||
- fedora-{{ FedoraPreviousCycleNumber }}{{''}}
|
||||
- fedora-{{ FedoraPreviousCycleNumber }}
|
||||
{% endif %}
|
||||
{% if FedoraPreviousPrevious and not upgrade|bool %}
|
||||
- fedora-{{ FedoraPreviousPreviousCycleNumber }}{{''}}
|
||||
- fedora-{{ FedoraPreviousPreviousCycleNumber }}
|
||||
{% endif %}
|
||||
{%- endmacro -%}
|
||||
{% endmacro -%}
|
||||
|
||||
|
||||
# kojibuild_ policies are for koji_build subjects; Fedora CI runs tests at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue