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

View File

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