From 70e626b658be0e28b226c2eecf6b52353d638d47 Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Tue, 23 Sep 2025 11:49:25 +0100 Subject: [PATCH 1/4] add RockyLinux 8.10 PowerTools source --- ansible/inventory/group_vars/all/package-repos | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index c58193cf..2002f29c 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -479,6 +479,12 @@ rpm_package_repos: short_name: rocky_8_10_powertools sync_group: rocky_8 distribution_name: rocky-8.10-powertools- + - name: Rocky Linux 8.10 - PowerTools (source) + url: https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=PowerTools-8.10-source + base_path: rocky/8.10/PowerTools/source/ + short_name: rocky_8_10_powertools_source + sync_group: rocky_8 + distribution_name: rocky-8.10-powertools-source- # Base Rocky Linux 9.6 repositories - name: Rocky Linux 9.6 - AppStream From 5b4bb41d7ae0f1b501e03f51a45d4477f8eab1d8 Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Tue, 23 Sep 2025 12:16:29 +0100 Subject: [PATCH 2/4] add NL parameter for RL8.10 PowerTools source --- ansible/inventory/group_vars/all/package-repos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index 2002f29c..8a7d21e5 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -480,7 +480,7 @@ rpm_package_repos: sync_group: rocky_8 distribution_name: rocky-8.10-powertools- - name: Rocky Linux 8.10 - PowerTools (source) - url: https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=PowerTools-8.10-source + url: https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=PowerTools-8.10-source&country=NL base_path: rocky/8.10/PowerTools/source/ short_name: rocky_8_10_powertools_source sync_group: rocky_8 From 6567cf91584ef22d76d7c7d9a3df5c629a6dddd2 Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Tue, 23 Sep 2025 12:48:57 +0100 Subject: [PATCH 3/4] fix RL8 powertools source sync group --- ansible/inventory/group_vars/all/package-repos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index 8a7d21e5..bbf2e4d8 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -483,7 +483,7 @@ rpm_package_repos: url: https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=PowerTools-8.10-source&country=NL base_path: rocky/8.10/PowerTools/source/ short_name: rocky_8_10_powertools_source - sync_group: rocky_8 + sync_group: rocky_8_source distribution_name: rocky-8.10-powertools-source- # Base Rocky Linux 9.6 repositories From 32ea37e3cd489a01d2b59891233f4181d8d69cb6 Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Tue, 23 Sep 2025 13:35:36 +0100 Subject: [PATCH 4/4] add missing tree/ to source path --- ansible/inventory/group_vars/all/package-repos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory/group_vars/all/package-repos b/ansible/inventory/group_vars/all/package-repos index bbf2e4d8..2a6b9b27 100644 --- a/ansible/inventory/group_vars/all/package-repos +++ b/ansible/inventory/group_vars/all/package-repos @@ -481,7 +481,7 @@ rpm_package_repos: distribution_name: rocky-8.10-powertools- - name: Rocky Linux 8.10 - PowerTools (source) url: https://mirrors.rockylinux.org/mirrorlist?arch=source&repo=PowerTools-8.10-source&country=NL - base_path: rocky/8.10/PowerTools/source/ + base_path: rocky/8.10/PowerTools/source/tree/ short_name: rocky_8_10_powertools_source sync_group: rocky_8_source distribution_name: rocky-8.10-powertools-source-