File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 41
41
default [ 'ros_buildfarm' ] [ 'repo' ] [ 'container_registry_cache_enabled' ] = true
42
42
default [ 'ros_buildfarm' ] [ 'rpm_repos' ] [ 'rhel' ] [ '8' ] = %w[ x86_64 ]
43
43
default [ 'ros_buildfarm' ] [ 'rpm_repos' ] [ 'rhel' ] [ '9' ] = %w[ x86_64 ]
44
+ default [ 'ros_buildfarm' ] [ 'rpm_repos' ] [ 'rhel' ] [ '10' ] = %w[ x86_64 ]
44
45
default [ 'ros_buildfarm' ] [ 'rpm_bootstrap_urls' ] = [ 'http://repos.ros.org/repos/$distname/ros_bootstrap/$releasever/$basearch/' ]
45
46
default [ 'ros_buildfarm' ] [ 'rpm_upstream_repos' ] [ 'bootstrap' ] [ 'rhel' ] [ '8' ] = Hash [
46
47
architectures : %w[ x86_64 ] ,
54
55
debug : 'http://repos.ros.org/repos/rhel/ros_bootstrap/9/$basearch/debug/' ,
55
56
source : 'http://repos.ros.org/repos/rhel/ros_bootstrap/9/SRPMS/'
56
57
]
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
+ ]
You can’t perform that action at this time.
0 commit comments