Skip to content

Commit

Permalink
Change references to v1.0.0 and update .repos
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Dec 22, 2023
1 parent 1e0404c commit 4e4bdff
Show file tree
Hide file tree
Showing 4 changed files with 12 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.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*.
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.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/v1.0.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.0.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.0.0/fastdds_statistics_backend.repos
mkdir src
vcs import src < fastdds_statistics_backend.repos
Expand Down
13 changes: 7 additions & 6 deletions fastdds_statistics_backend.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@ 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.1.2
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: v2.13.0
fastdds_statistics_backend:
type: git
url: https://github.com/eProsima/Fast-DDS-statistics-backend.git
version: main
version: v1.0.0
fastddsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
version: master
version: v3.2.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 4e4bdff

Please sign in to comment.