try to emulate peridot devel repo

This commit is contained in:
Louis Abel 2023-03-11 20:31:18 -07:00
parent 839bd6299c
commit 2776e48ffd
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 44798 additions and 25 deletions

44792
devel-prepopulate.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,7 @@
from common/multilib import *
from common/include-excludes import *
from shared/variables import *
from rocky/variables import *
from shared/all import *
from rocky/override import *
# PRODUCT INFO
release_name = "Rocky Development"
@ -10,23 +12,6 @@ version = "8-devel"
skip_phases = ['buildinstall','productimg','createiso','extra_isos','extra_files']
# GENERAL SETTINGS
comps_file = {
'scm': 'git',
'repo': 'https://git.rockylinux.org/rocky/comps.git',
'branch': 'main',
'file': 'comps-rocky-8.8.xml',
}
#link_type = 'hardlink-or-copy'
link_type = 'copy'
module_defaults_dir = {
'scm': 'git',
'repo': 'https://git.rockylinux.org/rocky/rocky-module-defaults.git',
'branch': 'r8.8',
'dir': '.',
}
multilib = [
('^.*$', {
'x86_64': ['devel', 'runtime']
@ -41,18 +26,13 @@ hashed_directories = True
tree_arches = ['aarch64', 'i386', 'x86_64']
# PKGSET
pkgset_source = "koji"
koji_profile = "koji"
# PKGSET - KOJI
pkgset_koji_tag = "dist-rocky8-compose"
pkgset_koji_inherit = False
pkgset_koji_module_tag = "modular-updates-candidate"
filter_system_release_packages = False
# GATHER
gather_prepopulate = "prepopulate.json"
gather_prepopulate = "devel-prepopulate.json"
gather_method = {
"^(?!(AppStream|PowerTools)).*$":{

View File

@ -6,6 +6,7 @@
<arches>
<arch>aarch64</arch>
<arch>x86_64</arch>
<arch>i386</arch>
</arches>
</variant>
</variants>