From 96ddcb5d7266f09914ef73b01ffb9931cf1e5f9f Mon Sep 17 00:00:00 2001 From: nazunalika Date: Mon, 21 Jun 2021 00:29:43 -0700 Subject: [PATCH] update devel --- plus.conf | 10 ++++++++++ r8-devel.conf | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/plus.conf b/plus.conf index 468903a..860b422 100644 --- a/plus.conf +++ b/plus.conf @@ -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 diff --git a/r8-devel.conf b/r8-devel.conf index 2593dd9..ff72896 100644 --- a/r8-devel.conf +++ b/r8-devel.conf @@ -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", ], }), ]