mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 12:51:27 +00:00
update devel
This commit is contained in:
parent
7415554b05
commit
96ddcb5d72
10
plus.conf
10
plus.conf
@ -17,6 +17,16 @@ pkgset_source='koji'
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
pkgset_koji_tag='dist-rocky8-plus-compose'
|
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 = {
|
gather_method = {
|
||||||
'^.*': { # For all variants
|
'^.*': { # For all variants
|
||||||
'comps': 'nodeps', # resolve dependencies for packages from comps file
|
'comps': 'nodeps', # resolve dependencies for packages from comps 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",
|
||||||
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/x86_64/os/debug/tree",
|
"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/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": [
|
"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",
|
||||||
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/ppc64le/os/debug/tree",
|
"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/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": [
|
"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",
|
||||||
"file:///mnt/compose/8/latest-Rocky-8/compose/HighAvailability/aarch64/os/debug/tree",
|
"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/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",
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user