diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index 04d98e2..320c5cb 100644 --- a/msvsphere-i686/general.conf +++ b/msvsphere-i686/general.conf @@ -22,13 +22,13 @@ variants_file = { # alternatively, it's possible to use a local variants file #variants_file = 'variants.xml' -## use modulemd-defaults from a git repository -#module_defaults_dir = { -# 'scm': 'git', -# 'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git', -# 'branch': 'i9', -# 'dir': '.' -#} +# use modulemd-defaults from a git repository +module_defaults_dir = { + 'scm': 'git', + 'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git', + 'branch': 'i8', + 'dir': '.' +} gather_backend = 'dnf' @@ -66,7 +66,7 @@ pkgset_source = 'koji' #pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel'] pkgset_koji_tag = ['inferit-8_10-init', 'inferit-8_9-extras'] # add modules from those tags to compose -#pkgset_koji_module_tag = ['inferit-9_3-module-init'] +pkgset_koji_module_tag = ['inferit-8_9-module-init'] #pkgset_allow_reuse = True koji_profile = 'koji' runroot_method = "local" diff --git a/msvsphere/general.conf b/msvsphere/general.conf index cff1b78..930243e 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -22,13 +22,13 @@ variants_file = { # alternatively, it's possible to use a local variants file #variants_file = 'variants.xml' -## use modulemd-defaults from a git repository -#module_defaults_dir = { -# 'scm': 'git', -# 'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git', -# 'branch': 'i9', -# 'dir': '.' -#} +# use modulemd-defaults from a git repository +module_defaults_dir = { + 'scm': 'git', + 'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git', + 'branch': 'i8', + 'dir': '.' +} gather_backend = 'dnf' @@ -66,7 +66,7 @@ pkgset_source = 'koji' #pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel'] pkgset_koji_tag = ['inferit-8_10-init', 'inferit-8_9-extras'] # add modules from those tags to compose -#pkgset_koji_module_tag = ['inferit-9_3-module-init'] +pkgset_koji_module_tag = ['inferit-8_9-module-init'] #pkgset_allow_reuse = True koji_profile = 'koji' runroot_method = "local"