From 7047550ee257fff8980592be838fa3f0ae5b9354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20L=C3=BCtkebohle?= Date: Thu, 5 Dec 2019 07:41:39 +0000 Subject: [PATCH] Add new repo file with just the tracing stuff. --- tracing.repos | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tracing.repos diff --git a/tracing.repos b/tracing.repos new file mode 100644 index 0000000..45a0421 --- /dev/null +++ b/tracing.repos @@ -0,0 +1,9 @@ +repositories: + micro-ROS/ros_tracing/ros2_tracing: + type: git + url: https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git + version: master + tracetools_analysis: + type: git + url: https://gitlab.com/micro-ROS/ros_tracing/tracetools_analysis.git + version: master