From 24962a7a4e1cef6548491646061099ce6e4c6b69 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Dec 16 2019 03:18:14 +0000 Subject: start on the developmental repo --- diff --git a/c8-developmental.conf b/c8-developmental.conf new file mode 100644 index 0000000..8d1e931 --- /dev/null +++ b/c8-developmental.conf @@ -0,0 +1,52 @@ +from multilib import * +from include-excludes import * +from images import * + +# PRODUCT INFO +release_name = "CentOS Linux" +release_short = "CentOS" +release_version = "8.1.1911" +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