Skip to content

Commit

Permalink
Refs #16551: Update .repos file
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu committed Dec 15, 2022
1 parent e0f28db commit d462a94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/rst/developer_manual/installation/sources/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
14 changes: 9 additions & 5 deletions fastdds_monitor.repos
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d462a94

Please sign in to comment.