update devel

This commit is contained in:
nazunalika 2021-06-21 00:29:43 -07:00
parent 7415554b05
commit 96ddcb5d72
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 19 additions and 0 deletions

View File

@ -17,6 +17,16 @@ pkgset_source='koji'
#}
pkgset_koji_tag='dist-rocky8-plus-compose'
################################################################################
# WARNING
#
# Below says "nodeps" for a reason. There are packages that are here that have
# deps in the main repos. If there are deps that aren't coming in that need to
# be here, you will need to list them in the additional_packages section.
################################################################################
gather_method = {
'^.*': { # For all variants
'comps': 'nodeps', # resolve dependencies for packages from comps file

View File

@ -105,6 +105,9 @@ gather_lookaside_repos = [
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/x86_64/os",
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/x86_64/os/debug/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/source/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/x86_64/os",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/x86_64/os/debug/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/source/tree",
],
"ppc64": [
],
@ -121,6 +124,9 @@ gather_lookaside_repos = [
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/ppc64le/os",
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/ppc64le/os/debug/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/source/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/ppc64le/os",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/ppc64le/os/debug/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/source/tree",
],
"s390x": [
],
@ -137,6 +143,9 @@ gather_lookaside_repos = [
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/aarch64/os",
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/aarch64/os/debug/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/source/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/aarch64/os",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/aarch64/os/debug/tree",
"file:///mnt/compose/8/latest-Rocky-8/compose/ResilientStorage/source/tree",
],
}),
]