Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Oct 16, 2023
1 parent d2ad064 commit a8741ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/gazebo_libs.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ void generate_ciconfigs_by_lib(config, ciconf_per_lib_index, pkgconf_per_src_ind
ciconf_per_lib_index[libName][config_name] = ciconf_per_lib_index[libName][config_name]?: []
ciconf_per_lib_index[libName][config_name].contains(branch) ?: ciconf_per_lib_index[libName][config_name] << [branch: branch, collection: collection.name]
}
println(ciconf_per_lib_index)
def pkg_name = lib.name + lib.major_version
if (collection.packaging.linux?.ignore_major_version?.contains(libName))
pkg_name = lib.name
Expand Down
30 changes: 15 additions & 15 deletions jenkins-scripts/dsl/gz-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,67 +106,67 @@ collections:
- name: gz-cmake
major_version: 3
repo:
current_brach: ign-cmake2
current_branch: ign-cmake2
- name: gz-tools
major_version: 1
repo:
current_brach: ign-tools1
current_branch: ign-tools1
- name: gz-utils
major_version: 1
repo:
current_brach: ign-utils1
current_branch: ign-utils1
- name: gz-math
major_version: 6
repo:
current_brach: ign-math6
current_branch: ign-math6
- name: gz-plugin
major_version: 1
repo:
current_brach: ign-plugin1
current_branch: ign-plugin1
- name: gz-common
major_version: 4
repo:
current_brach: ign-common4
current_branch: ign-common4
- name: gz-msgs
major_version: 8
repo:
current_brach: ign-msgs8
current_branch: ign-msgs8
- name: gz-rendering
major_version: 6
repo:
current_brach: ign-rendering6
current_branch: ign-rendering6
- name: sdformat
major_version: 12
repo:
current_branch: sdf12
- name: gz-fuel-tools
major_version: 7
repo:
current_brach: ign-fuel-tools7
current_branch: ign-fuel-tools7
- name: gz-transport
major_version: 11
repo:
current_brach: ign-transport11
current_branch: ign-transport11
- name: gz-gui
major_version: 6
repo:
current_brach: ign-gui6
current_branch: ign-gui6
- name: gz-sensors
major_version: 7
repo:
current_brach: ign-sensors7
current_branch: ign-sensors7
- name: gz-physics
major_version: 6
repo:
current_brach: ign-physics6
current_branch: ign-physics6
- name: gz-sim
major_version: 6
repo:
current_brach: ign-sim6
current_branch: ign-sim6
- name: gz-launch
major_version: 5
repo:
current_brach: ign-launch5
current_branch: ign-launch5
- name: gz-fortress
major_version: 1
repo:
Expand Down

0 comments on commit a8741ac

Please sign in to comment.