ALBS-413: Split the pungi config into templatable and non-templatable parts

- Some fixes to the paths
This commit is contained in:
soksanichenko 2022-06-02 19:39:34 +03:00
parent 263f9ccc52
commit a9aaaa7aea
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from {{ arch }}/include_exclude.conf import *
from {{ arch }}/multilib.conf import *
from include_exclude import *
from multilib import *
# PRODUCT INFO
release_name = "{{ product_name }}"