greenwave: one more fiddle before I give up and revert
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
fb905be49c
commit
617e9c6cd0
1 changed files with 8 additions and 10 deletions
|
@ -1,23 +1,21 @@
|
||||||
#jinja2: trim_blocks:False
|
|
||||||
|
|
||||||
# rawhide and branched are controllable so we can flip them on and off
|
# rawhide and branched are controllable so we can flip them on and off
|
||||||
# around branching manually if we need to, if we have issues with
|
# around branching manually if we need to, if we have issues with
|
||||||
# failing tests
|
# failing tests
|
||||||
{% macro product_versions(upgrade='false', rawhide='true', branched='true') -%}
|
{% macro product_versions(upgrade='false', rawhide='true', branched='true') -%}
|
||||||
product_versions:
|
product_versions:
|
||||||
{% if rawhide|bool -%}
|
{% if rawhide|bool %}
|
||||||
- fedora-{{ FedoraRawhideNumber }}{{''}}
|
- fedora-{{ FedoraRawhideNumber }}{{''}}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
{% if FedoraBranched and branched|bool -%}
|
{% if FedoraBranched and branched|bool %}
|
||||||
- fedora-{{ FedoraBranchedNumber }}{{''}}
|
- fedora-{{ FedoraBranchedNumber }}{{''}}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
- fedora-{{ FedoraCycleNumber }}
|
- fedora-{{ FedoraCycleNumber }}
|
||||||
{% if FedoraPreviousPrevious or not upgrade|bool -%}
|
{% if FedoraPreviousPrevious or not upgrade|bool %}
|
||||||
- fedora-{{ FedoraPreviousCycleNumber }}{{''}}
|
- fedora-{{ FedoraPreviousCycleNumber }}{{''}}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
{% if FedoraPreviousPrevious and not upgrade|bool -%}
|
{% if FedoraPreviousPrevious and not upgrade|bool %}
|
||||||
- fedora-{{ FedoraPreviousPreviousCycleNumber }}{{''}}
|
- fedora-{{ FedoraPreviousPreviousCycleNumber }}{{''}}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
{% endmacro -%}
|
{% endmacro -%}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue