From db2e96b9bad368e09647544811da14c18c1a555e Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 7 Dec 2022 13:32:27 +0200 Subject: [PATCH] ALBS-837: Improve building artifacts generator: it should generate modules defaults - Use remote modules defaults --- pungi-build.conf.j2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index d077492..e416c16 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -17,7 +17,12 @@ comps_file = { link_type = 'hardlink' -module_defaults_dir = 'koji/module_defaults' +module_defaults_dir = { + "scm": "git", + "repo": "https://git.almalinux.org/almalinux/pungi-almalinux.git", + "branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defined and beta_suffix else '' }}", + "dir": "{{ arch }}/modules_defaults", +} variants_file = { "scm": "git",