From 63321e2d8c0d62d5d0e0c4703ca8c46077dc8de1 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 22 Jan 2024 20:05:58 +0300 Subject: [PATCH] Disabe modules --- msvsphere-i686/general.conf | 14 +++++++------- msvsphere/general.conf | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index 138f144..a0cf1fc 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': 'i9', +# 'dir': '.' +#} gather_backend = 'dnf' diff --git a/msvsphere/general.conf b/msvsphere/general.conf index 36c6bbd..6dc6bfa 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': 'i9', +# 'dir': '.' +#} gather_backend = 'dnf'