diff --git a/c8.conf b/c8.conf index 65c63db..b8d0d91 100644 --- a/c8.conf +++ b/c8.conf @@ -10,13 +10,15 @@ comps_file = { 'scm': 'git', 'repo': 'https://git.centos.org/centos/comps.git', 'branch': 'master', - 'file': 'centos-8.0.0.1905.xml', + 'file': 'comps-centos-8.0.0.1905.xml', } +link_type = 'hardlink-or-copy' + module_defaults_dir = { 'scm': 'git', 'repo': 'https://git.centos.org/centos/centos-module-defaults.git', - 'branch': 'c8', + 'branch': 'c8.0', 'dir': '.', } @@ -31,7 +33,7 @@ sigkeys = [None] hashed_directories = False #tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64'] -tree_arches = ['aarch64','i386','x86_64'] +tree_arches = ['i386','x86_64'] # RUNROOT SETTINGS runroot = True