Skip to content

Commit a3b5de1

Browse files
authored
Add EL 10 repositories (#144)
Enterprise Linux 10 is currently in beta and is expected to be released in the coming months.
1 parent 1e74409 commit a3b5de1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

attributes/repo.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
default['ros_buildfarm']['repo']['container_registry_cache_enabled'] = true
4242
default['ros_buildfarm']['rpm_repos']['rhel']['8'] = %w[x86_64]
4343
default['ros_buildfarm']['rpm_repos']['rhel']['9'] = %w[x86_64]
44+
default['ros_buildfarm']['rpm_repos']['rhel']['10'] = %w[x86_64]
4445
default['ros_buildfarm']['rpm_bootstrap_urls'] = ['http://repos.ros.org/repos/$distname/ros_bootstrap/$releasever/$basearch/']
4546
default['ros_buildfarm']['rpm_upstream_repos']['bootstrap']['rhel']['8'] = Hash[
4647
architectures: %w[x86_64],
@@ -54,3 +55,9 @@
5455
debug: 'http://repos.ros.org/repos/rhel/ros_bootstrap/9/$basearch/debug/',
5556
source: 'http://repos.ros.org/repos/rhel/ros_bootstrap/9/SRPMS/'
5657
]
58+
default['ros_buildfarm']['rpm_upstream_repos']['bootstrap']['rhel']['10'] = Hash[
59+
architectures: %w[x86_64],
60+
binary: 'http://repos.ros.org/repos/rhel/ros_bootstrap/10/$basearch/',
61+
debug: 'http://repos.ros.org/repos/rhel/ros_bootstrap/10/$basearch/debug/',
62+
source: 'http://repos.ros.org/repos/rhel/ros_bootstrap/10/SRPMS/'
63+
]

0 commit comments

Comments
 (0)