diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12f8957..225c4fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: PACKAGES_LIST: tracetools_analysis ros2trace_analysis BASE_IMAGE_ID: registry.gitlab.com/ros-tracing/ci_base DISTRO: rolling - ROS2TRACING_BRANCH: master + ROS2TRACING_BRANCH: rolling stages: - build @@ -78,7 +78,5 @@ trigger_gen_docs: stage: report only: refs: - - master - - galactic - - foxy + - rolling trigger: ros-tracing/tracetools_analysis-api diff --git a/README.md b/README.md index 2c3ef6c..c0f8717 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # tracetools_analysis -[![pipeline status](https://gitlab.com/ros-tracing/tracetools_analysis/badges/master/pipeline.svg)](https://gitlab.com/ros-tracing/tracetools_analysis/commits/master) -[![codecov](https://codecov.io/gl/ros-tracing/tracetools_analysis/branch/master/graph/badge.svg)](https://codecov.io/gl/ros-tracing/tracetools_analysis) + +[![codecov](https://codecov.io/gh/ros-tracing/tracetools_analysis/branch/rolling/graph/badge.svg)](https://codecov.io/gh/ros-tracing/tracetools_analysis) -Analysis tools for [ROS 2 tracing](https://gitlab.com/ros-tracing/ros2_tracing). +Analysis tools for [`ros2_tracing`](https://github.com/ros2/ros2_tracing). -**Note**: make sure to use the right branch, depending on the ROS 2 distro: [use `master` for Rolling, `galactic` for Galactic, etc.](https://docs.ros.org/en/rolling/Contributing/Developer-Guide.html#branches) +**Note**: make sure to use the right branch, depending on the ROS 2 distro: [use `rolling` for Rolling, `humble` for Humble, etc.](https://docs.ros.org/en/rolling/The-ROS2-Project/Contributing/Developer-Guide.html) ## Trace analysis -After generating a trace (see [`ros2_tracing`](https://gitlab.com/ros-tracing/ros2_tracing#tracing)), we can analyze it to extract useful execution data. +After generating a trace (see [`ros2_tracing`](https://github.com/ros2/ros2_tracing#tracing)), we can analyze it to extract useful execution data. ### Commands @@ -84,7 +84,7 @@ $ pip3 install bokeh ## Design -See the [`ros2_tracing` design document](https://gitlab.com/ros-tracing/ros2_tracing/blob/master/doc/design_ros_2.md), especially the [*Goals and requirements*](https://gitlab.com/ros-tracing/ros2_tracing/blob/master/doc/design_ros_2.md#goals-and-requirements) and [*Analysis*](https://gitlab.com/ros-tracing/ros2_tracing/blob/master/doc/design_ros_2.md#analysis) sections. +See the [`ros2_tracing` design document](https://github.com/ros2/ros2_tracing/blob/master/doc/design_ros_2.md), especially the [*Goals and requirements*](https://github.com/ros2/ros2_tracing/blob/master/doc/design_ros_2.md#goals-and-requirements) and [*Analysis*](https://github.com/ros2/ros2_tracing/blob/master/doc/design_ros_2.md#analysis) sections. ## Packages diff --git a/ros2trace_analysis/package.xml b/ros2trace_analysis/package.xml index 0c18717..6e5e585 100644 --- a/ros2trace_analysis/package.xml +++ b/ros2trace_analysis/package.xml @@ -7,8 +7,8 @@ Christophe Bedard Apache 2.0 https://index.ros.org/p/ros2trace_analysis/ - https://gitlab.com/ros-tracing/tracetools_analysis - https://gitlab.com/ros-tracing/tracetools_analysis/-/issues + https://github.com/ros-tracing/tracetools_analysis + https://github.com/ros-tracing/tracetools_analysis/issues Christophe Bedard ros2cli diff --git a/ros2trace_analysis/setup.py b/ros2trace_analysis/setup.py index 74b89a8..a7dd64a 100644 --- a/ros2trace_analysis/setup.py +++ b/ros2trace_analysis/setup.py @@ -22,7 +22,7 @@ setup( ), author='Christophe Bedard', author_email='christophe.bedard@apex.ai', - url='https://gitlab.com/ros-tracing/tracetools_analysis', + url='https://github.com/ros-tracing/tracetools_analysis', keywords=[], description='The trace-analysis command for ROS 2 command line tools.', long_description=( diff --git a/tracetools_analysis/package.xml b/tracetools_analysis/package.xml index dbdbe78..00fc67b 100644 --- a/tracetools_analysis/package.xml +++ b/tracetools_analysis/package.xml @@ -8,8 +8,8 @@ Ingo Lütkebohle Apache 2.0 https://index.ros.org/p/tracetools_analysis/ - https://gitlab.com/ros-tracing/tracetools_analysis - https://gitlab.com/ros-tracing/tracetools_analysis/-/issues + https://github.com/ros-tracing/tracetools_analysis + https://github.com/ros-tracing/tracetools_analysis/issues Ingo Lütkebohle Christophe Bedard diff --git a/tracetools_analysis/setup.py b/tracetools_analysis/setup.py index 00dd4cd..cef40e2 100644 --- a/tracetools_analysis/setup.py +++ b/tracetools_analysis/setup.py @@ -32,7 +32,7 @@ setup( 'fixed-term.christophe.bourquebedard@de.bosch.com, ' 'ingo.luetkebohle@de.bosch.com' ), - url='https://gitlab.com/ros-tracing/tracetools_analysis', + url='https://github.com/ros-tracing/tracetools_analysis', keywords=[], description='Tools for analysing trace data.', long_description=(