from multilib import * from include-excludes import * from images import * # PRODUCT INFO release_name = "CentOS Linux" release_short = "CentOS" release_version = "8.2.2004" version = "8" # GENERAL SETTINGS comps_file = { 'scm': 'git', 'repo': 'https://git.centos.org/centos/comps.git', 'branch': 'master', 'file': 'comps-centos-devel-8.xml', } variants_file = 'variants.xml' sigkeys = ['8483C65D'] # RUNROOT SETTINGS runroot_channel = 'image' runroot_tag = 'dist-c8-build' runroot_method = 'koji' # PKGSET pkgset_source = "koji" koji_profile = "mbox" # PKGSET - KOJI pkgset_koji_tag = "dist-c8-compose" pkgset_koji_inherit = False pkgset_koji_module_tag = "modular-updates-candidate" gather_method = "deps" check_deps = False greedy_method = "build" gather_lookaside_repos = [ #TODO: Fill this in ] # CREATEREPO createrepo_deltas = False createrepo_database = True createrepo_c = True createrepo_checksum = "sha256" createrepo_use_xz = True createrepo_num_threads = 8 createrepo_num_workers = 4