From c8885820115cc29ed189b3aa5bc8253b91414b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl?= Date: Mon, 16 Sep 2024 11:18:27 +0200 Subject: [PATCH] Update .repos and versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raúl --- README.md | 6 +++--- docs/rst/full_example.rst | 2 +- docs/rst/installation/linux_installation.rst | 2 +- fastdds_statistics_backend.repos | 12 ++++++------ 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ad5b3db8f..0874e4d63 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Forks](https://img.shields.io/github/forks/eProsima/Fast-DDS-statistics-backend.svg)](https://github.com/eProsima/Fast-DDS-statistics-backend/network/members) [![Stars](https://img.shields.io/github/stars/eProsima/Fast-DDS-statistics-backend.svg)](https://github.com/eProsima/Fast-RTPS/stargazers) [![test](https://github.com/eProsima/Fast-DDS-statistics-backend/actions/workflows/test.yml/badge.svg)](https://github.com/eProsima/Fast-DDS-statistics-backend/actions/workflows/test.yml) -[![codecov](https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend/branch/main/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend) +[![codecov](https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend/branch/v2.0.0/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/Fast-DDS-statistics-backend) *eProsima Fast DDS Statistics Backend* is a C++ library that provides collection and procession the statistics measurements reported by *Fast DDS Statistics Module*. @@ -55,9 +55,9 @@ cd mkdir -p fastdds_statistics_backend_ws/src cd fastdds_statistics_backend_ws # Get workspace setup file -wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/main/fastdds_statistics_backend.repos +wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/v2.0.0/fastdds_statistics_backend.repos # Get build options file -wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/main/colcon.meta +wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/v2.0.0/colcon.meta # Download repositories vcs import src < fastdds_statistics_backend.repos # Build the workspace diff --git a/docs/rst/full_example.rst b/docs/rst/full_example.rst index 1612de265..cd6424a0b 100644 --- a/docs/rst/full_example.rst +++ b/docs/rst/full_example.rst @@ -6,4 +6,4 @@ Full example Next steps """""""""" You may find this example at the *eProsima Fast DDS Statistics Backend* Github repository, by following -`this `_ link. +`this `_ link. diff --git a/docs/rst/installation/linux_installation.rst b/docs/rst/installation/linux_installation.rst index 2662e6586..2370fd6fe 100644 --- a/docs/rst/installation/linux_installation.rst +++ b/docs/rst/installation/linux_installation.rst @@ -112,7 +112,7 @@ This section explains how to use it to compile *eProsima Fast DDS Statistics Bac mkdir ~/Fast-DDS-statistics-backend cd ~/Fast-DDS-statistics-backend - wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/master/fastdds_statistics_backend.repos + wget https://raw.githubusercontent.com/eProsima/Fast-DDS-statistics-backend/v2.0.0/fastdds_statistics_backend.repos mkdir src vcs import src < fastdds_statistics_backend.repos diff --git a/fastdds_statistics_backend.repos b/fastdds_statistics_backend.repos index 63a467980..7aafb3f0a 100644 --- a/fastdds_statistics_backend.repos +++ b/fastdds_statistics_backend.repos @@ -2,24 +2,24 @@ repositories: foonathan_memory_vendor: type: git url: https://github.com/eProsima/foonathan_memory_vendor.git - version: master + version: v1.3.1 fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: master + version: v2.2.4 fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: master + version: v3.0.1 fastdds_statistics_backend: type: git url: https://github.com/eProsima/Fast-DDS-statistics-backend.git - version: main + version: v2.0.0 fastddsgen: type: git url: https://github.com/eProsima/Fast-DDS-Gen.git - version: master + version: v4.0.1 fastddsgen/thirdparty/idl-parser: type: git url: https://github.com/eProsima/IDL-Parser.git - version: master + version: v4.0.1