From d462a942e4372c5ecae205ad6f3f6352d55c8787 Mon Sep 17 00:00:00 2001 From: jparisu Date: Thu, 15 Dec 2022 12:05:17 +0100 Subject: [PATCH] Refs #16551: Update .repos file Signed-off-by: jparisu --- .../installation/sources/linux.rst | 2 +- fastdds_monitor.repos | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/rst/developer_manual/installation/sources/linux.rst b/docs/rst/developer_manual/installation/sources/linux.rst index 3ff30fc9..f357c38e 100644 --- a/docs/rst/developer_manual/installation/sources/linux.rst +++ b/docs/rst/developer_manual/installation/sources/linux.rst @@ -175,7 +175,7 @@ Colcon installation mkdir -p ~/Fast-DDS-Monitor/src cd ~/Fast-DDS-Monitor - wget https://raw.githubusercontent.com/eProsima/Fast-DDS-monitor/main/fastdds_monitor.repos + wget https://raw.githubusercontent.com/eProsima/Fast-DDS-monitor/v1.3.0/fastdds_monitor.repos vcs import src < fastdds_monitor.repos .. note:: diff --git a/fastdds_monitor.repos b/fastdds_monitor.repos index 6c275519..10081887 100644 --- a/fastdds_monitor.repos +++ b/fastdds_monitor.repos @@ -2,20 +2,24 @@ repositories: foonathan_memory_vendor: type: git url: https://github.com/eProsima/foonathan_memory_vendor.git - version: master + version: v1.2.2 + fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: master + version: v1.0.26 + fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: master + version: v2.9.0 + fastdds_statistics_backend: type: git url: https://github.com/eProsima/Fast-DDS-statistics-backend.git - version: main + version: 0.8.0 + fastdds_monitor: type: git url: https://github.com/eProsima/Fast-DDS-monitor.git - version: main + version: v1.3.0