Update 'pungi-build.conf.j2'
This commit is contained in:
parent
f608e85725
commit
bc80b9232d
@ -1,5 +1,5 @@
|
||||
{% set full_version = distribution_major_version + "." + distribution_minor_version %}
|
||||
{% set branch = "a" + full_version + beta_suffix if beta_suffix is defined and beta_suffix else "" %}
|
||||
{% set branch = "a" + full_version + beta_suffix if beta_suffix is defined and beta_suffix else "a" + full_version %}
|
||||
|
||||
from include_exclude import *
|
||||
from multilib import *
|
||||
|
Loading…
Reference in New Issue
Block a user