Skip to content

Commit

Permalink
Update .repos file & version references
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Mar 22, 2024
1 parent a731c62 commit 7b9f94b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/v1.1.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*.
Expand Down Expand Up @@ -55,9 +55,9 @@ cd <path_to_ws>
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/v1.1.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/v1.1.0/colcon.meta
# Download repositories
vcs import src < fastdds_statistics_backend.repos
# Build the workspace
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/full_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/eProsima/Fast-DDS-statistics-backend/tree/main/examples/cpp/HelloWorldExample>`_ link.
`this <https://github.com/eProsima/Fast-DDS-statistics-backend/tree/v1.1.0/examples/cpp/HelloWorldExample>`_ link.
2 changes: 1 addition & 1 deletion docs/rst/installation/linux_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/v1.1.0/fastdds_statistics_backend.repos
mkdir src
vcs import src < fastdds_statistics_backend.repos
Expand Down
12 changes: 6 additions & 6 deletions fastdds_statistics_backend.repos
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: v2.14.0
fastdds_statistics_backend:
type: git
url: https://github.com/eProsima/Fast-DDS-statistics-backend.git
version: main
version: v1.1.0
fastddsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
version: master
version: v3.3.0
fastddsgen/thirdparty/idl-parser:
type: git
url: https://github.com/eProsima/IDL-Parser.git
version: master
version: v3.0.0

0 comments on commit 7b9f94b

Please sign in to comment.