greenwave: try and fix newlines
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
77da6c3cd6
commit
f7e4c054d7
1 changed files with 4 additions and 4 deletions
|
@ -4,17 +4,17 @@
|
|||
{% 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 -%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue