Update repo URL
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
		
							parent
							
								
									131e05d64a
								
							
						
					
					
						commit
						a1f7b356d5
					
				
					 9 changed files with 15 additions and 15 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| variables: | ||||
|   DOCKER_DRIVER: overlay2 | ||||
|   PACKAGES_LIST: ros2trace tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace | ||||
|   BASE_IMAGE_ID: registry.gitlab.com/micro-ros/ros_tracing/ci_base | ||||
|   BASE_IMAGE_ID: registry.gitlab.com/ros-tracing/ci_base | ||||
|   DISTRO: foxy | ||||
| 
 | ||||
| stages: | ||||
|  | @ -76,4 +76,4 @@ trigger_gen_docs: | |||
|     refs: | ||||
|       - master | ||||
|       - foxy | ||||
|   trigger: micro-ROS/ros_tracing/ros2_tracing-api | ||||
|   trigger: ros-tracing/ros2_tracing-api | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| # ros2_tracing | ||||
| 
 | ||||
| [](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/commits/master) | ||||
| [](https://gitlab.com/ros-tracing/ros2_tracing/commits/master) | ||||
| 
 | ||||
| Tracing tools for ROS 2. | ||||
| 
 | ||||
|  | @ -76,7 +76,7 @@ Library to support instrumenting ROS packages, including core packages. | |||
| 
 | ||||
| This package claims to be in the **Quality Level 3** category, see the [Quality Declaration](./tracetools/QUALITY_DECLARATION.md) for more details. | ||||
| 
 | ||||
| See the [API documentation](https://micro-ros.gitlab.io/ros_tracing/ros2_tracing-api/). | ||||
| See the [API documentation](https://ros-tracing.gitlab.io/ros2_tracing-api/). | ||||
| 
 | ||||
| ### tracetools_launch | ||||
| 
 | ||||
|  | @ -96,4 +96,4 @@ Package containing tools to enable tracing. | |||
| 
 | ||||
| ## Analysis | ||||
| 
 | ||||
| See [`tracetools_analysis`](https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis). | ||||
| See [`tracetools_analysis`](https://gitlab.com/ros-tracing/tracetools_analysis). | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ setup( | |||
|     ), | ||||
|     author='Christophe Bedard', | ||||
|     author_email='fixed-term.christophe.bourquebedard@de.bosch.com', | ||||
|     url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing', | ||||
|     url='https://gitlab.com/ros-tracing/ros2_tracing', | ||||
|     keywords=[], | ||||
|     description='The trace command for ROS 2 command line tools.', | ||||
|     long_description=( | ||||
|  |  | |||
|  | @ -73,7 +73,7 @@ It does not currently have a features list with links to the corresponding featu | |||
| 
 | ||||
| ### Public API Documentation [3.ii] | ||||
| 
 | ||||
| `tracetools` has embedded API documentation which can be generated using doxygen. The latest version can be viewed [here](https://micro-ros.gitlab.io/ros_tracing/ros2_tracing-api/). | ||||
| `tracetools` has embedded API documentation which can be generated using doxygen. The latest version can be viewed [here](https://ros-tracing.gitlab.io/ros2_tracing-api/). | ||||
| 
 | ||||
| New additions to the public API require documentation before being added. | ||||
| 
 | ||||
|  | @ -112,7 +112,7 @@ This includes: | |||
| 
 | ||||
| Changes are required to make a best effort to keep or increase coverage before being accepted, but decreases are allowed if properly justified and accepted by reviewers. | ||||
| 
 | ||||
| Current coverage statistics can be viewed [on codecov.io](https://codecov.io/gl/micro-ROS:ros_tracing/ros2_tracing) or in the [results of the latest `coverage` CI job](https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing/pipelines/latest). | ||||
| Current coverage statistics can be viewed [on codecov.io](https://codecov.io/gl/ros-tracing/ros2_tracing) or in the [results of the latest `coverage` CI job](https://gitlab.com/ros-tracing/ros2_tracing/pipelines/latest). | ||||
| 
 | ||||
| ### Performance [4.iv] | ||||
| 
 | ||||
|  |  | |||
|  | @ -26,7 +26,7 @@ setup( | |||
|     ), | ||||
|     author='Christophe Bedard', | ||||
|     author_email='fixed-term.christophe.bourquebedard@de.bosch.com', | ||||
|     url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing', | ||||
|     url='https://gitlab.com/ros-tracing/ros2_tracing', | ||||
|     keywords=[], | ||||
|     description='Launch integration for tracing.', | ||||
|     long_description=( | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ setup( | |||
|     ), | ||||
|     author='Christophe Bedard', | ||||
|     author_email='fixed-term.christophe.bourquebedard@de.bosch.com', | ||||
|     url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing', | ||||
|     url='https://gitlab.com/ros-tracing/ros2_tracing', | ||||
|     keywords=[], | ||||
|     description='Tools for reading traces.', | ||||
|     license='Apache 2.0', | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ setup( | |||
|     ), | ||||
|     author='Christophe Bedard', | ||||
|     author_email='fixed-term.christophe.bourquebedard@de.bosch.com', | ||||
|     url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing', | ||||
|     url='https://gitlab.com/ros-tracing/ros2_tracing', | ||||
|     keywords=[], | ||||
|     description='Tools for setting up tracing sessions.', | ||||
|     long_description=( | ||||
|  |  | |||
|  | @ -97,7 +97,7 @@ def is_lttng_installed() -> bool: | |||
|     """ | ||||
|     message_doc = ( | ||||
|         'Cannot trace. See documentation at: ' | ||||
|         'https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing' | ||||
|         'https://gitlab.com/ros-tracing/ros2_tracing' | ||||
|     ) | ||||
|     system = platform.system() | ||||
|     if 'Linux' != system: | ||||
|  |  | |||
|  | @ -1,9 +1,9 @@ | |||
| repositories: | ||||
|   micro-ROS/ros_tracing/ros2_tracing: | ||||
|   ros-tracing/ros2_tracing: | ||||
|     type: git | ||||
|     url: https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git | ||||
|     url: https://gitlab.com/ros-tracing/ros2_tracing.git | ||||
|     version: master | ||||
|   tracetools_analysis: | ||||
|     type: git | ||||
|     url: https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis.git | ||||
|     url: https://gitlab.com/ros-tracing/tracetools_analysis.git | ||||
|     version: master | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christophe Bedard
						Christophe Bedard