- Use upstream name of a product
This commit is contained in:
parent
c8b724bfd9
commit
1d43530578
@ -8,7 +8,7 @@ from extra_options import *
|
||||
{% endif %}
|
||||
|
||||
# PRODUCT INFO
|
||||
{% set full_product_name = product_name + " Kitten" %}
|
||||
{% set full_product_name = product_name %}
|
||||
release_name = "{{ full_product_name }}"
|
||||
release_short = "{{ full_product_name | replace(' ', '-') }}"
|
||||
release_version = "{{ distribution_major_version }}"
|
||||
|
Loading…
Reference in New Issue
Block a user