Update 'pungi-build.conf.j2'

This commit is contained in:
Stepan Oksanichenko 2023-04-30 21:08:45 +00:00
parent f608e85725
commit bc80b9232d
1 changed files with 1 additions and 1 deletions

View File

@ -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 *