Skip to content

Commit b978f91

Browse files
authored
Update repo_file_for_test_rosdep_distro.repos (#1014)
* Update repo_file_for_test_cpp_package.repos Switch to c++17 Signed-off-by: andrea <realeandrea@yahoo.it> * Update repo_file_for_test_rosdep_distro.repos Signed-off-by: andrea <realeandrea@yahoo.it> * Update repo_file_for_test_dirs_with_same_name_as_repo.repos Signed-off-by: mosfet80 <10235105+mosfet80@users.noreply.github.com> --------- Signed-off-by: andrea <realeandrea@yahoo.it> Signed-off-by: mosfet80 <10235105+mosfet80@users.noreply.github.com>
1 parent bb02a4b commit b978f91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# repo file only containing osrf_testing_tools_cpp
22
# This repository has been chosen because it does depend on anything, as of
3-
# 1.5.2.
3+
# 1.5.3.
44
repositories:
55
osrf_testing_tools_cpp:
66
type: git
77
url: https://github.com/osrf/osrf_testing_tools_cpp.git
8-
version: 1.5.2
8+
version: 1.5.3

.github/workflows/repo_file_for_test_dirs_with_same_name_as_repo.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ repositories:
44
action-ros-ci/foo:
55
type: git
66
url: https://github.com/ament/ament_cmake.git
7-
version: 0.8.1
7+
version: 1.3.12
88
# Test having a child directory with the same name as the test repo
99
foo/action-ros-ci/bar:
1010
type: git
1111
url: https://github.com/ament/ament_lint.git
12-
version: 0.19.1
12+
version: 0.19.2
1313
# Test having a duplicate of the test repo
1414
ros-tooling/action-ros-ci:
1515
type: git

.github/workflows/repo_file_for_test_rosdep_distro.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This repository has been chosen because it depends on other packages
33
# e.g. test_interface_files
44
#
5-
# https://github.com/ros2/rcl_interfaces/tree/1.2.1
5+
# https://github.com/ros2/rcl_interfaces/tree/1.2.2
66
repositories:
77
rcl_interfaces:
88
type: git
99
url: https://github.com/ros2/rcl_interfaces.git
10-
version: 1.2.1
10+
version: 1.2.2

0 commit comments

Comments
 (0)