- [Fixed] Wrong path to module defaults
This commit is contained in:
parent
02700d4287
commit
722cefa1f6
@ -21,7 +21,7 @@ module_defaults_dir = {
|
|||||||
"scm": "git",
|
"scm": "git",
|
||||||
"repo": "https://git.almalinux.org/almalinux/pungi-almalinux.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 '' }}",
|
"branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defined and beta_suffix else '' }}",
|
||||||
"file": "{{ arch }}/modules_defaults/*",
|
"dir": "{{ arch }}/modules_defaults/",
|
||||||
}
|
}
|
||||||
|
|
||||||
variants_file = {
|
variants_file = {
|
||||||
|
Loading…
Reference in New Issue
Block a user