Skip to content

Commit

Permalink
Update .repos and default branch
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 Jul 6, 2023
1 parent f102776 commit 19d43c9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 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/DDS-Router.svg)](https://github.com/eProsima/DDS-Router/network/members)
[![Stars](https://img.shields.io/github/stars/eProsima/DDS-Router.svg)](https://github.com/eProsima/DDS-Router/stargazers)
[![test](https://github.com/eProsima/DDS-Router/actions/workflows/test.yml/badge.svg)](https://github.com/eProsima/DDS-Router/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/eProsima/DDS-Router/branch/main/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/DDS-Router)
[![codecov](https://codecov.io/gh/eProsima/DDS-Router/branch/v2.0.0/graph/badge.svg?token=6NA5PVA9QL)](https://codecov.io/gh/eProsima/DDS-Router)
[![Documentation Status](https://readthedocs.org/projects/eprosima-dds-router/badge/?version=latest)](https://eprosima-dds-router.readthedocs.io/en/latest/)

*eProsima DDS Router* is an end-user software application that enables the connection of distributed DDS networks.
Expand Down Expand Up @@ -172,7 +172,7 @@ is explained in the following section.
```bash
mkdir -p ~/DDS-Router/src
cd ~/DDS-Router
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0/ddsrouter.repos
vcs import src < ddsrouter.repos
```

Expand Down
12 changes: 6 additions & 6 deletions ddsrouter.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: v1.1.0
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: v2.11.0
dev-utils:
type: git
url: https://github.com/eProsima/dev-utils.git
version: main
version: v0.4.0
ddspipe:
type: git
url: https://github.com/eProsima/DDS-Pipe.git
version: main
version: v0.2.0
ddsrouter:
type: git
url: https://github.com/eProsima/DDS-Router.git
version: main
version: v2.0.0
2 changes: 1 addition & 1 deletion docs/resources/use_cases/ros_cloud/Dockerfile_ddsrouter
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \

# Download and build DDS-Router
RUN mkdir resources && \
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos && \
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0/ddsrouter.repos && \
mkdir src && \
vcs import src < ddsrouter.repos && \
colcon build --event-handlers=console_direct+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \

# Download and build DDS-Router
RUN mkdir resources && \
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos && \
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0/ddsrouter.repos && \
mkdir src && \
vcs import src < ddsrouter.repos && \
colcon build --event-handlers=console_direct+ --cmake-args -DLOG_INFO=ON
Expand Down
4 changes: 2 additions & 2 deletions docs/rst/developer_manual/installation/sources/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Colcon installation
mkdir -p ~/DDS-Router/src
cd ~/DDS-Router
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0/ddsrouter.repos
vcs import src < ddsrouter.repos
.. note::
Expand Down Expand Up @@ -264,7 +264,7 @@ Local installation
mkdir -p ~/DDS-Router/src
mkdir -p ~/DDS-Router/build
cd ~/DDS-Router
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0/ddsrouter.repos
vcs import src < ddsrouter.repos
#. Compile all dependencies using CMake_.
Expand Down
4 changes: 2 additions & 2 deletions docs/rst/developer_manual/installation/sources/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Colcon installation
mkdir <path\to\user\workspace>\DDS-Router
cd <path\to\user\workspace>\DDS-Router
mkdir src
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0/ddsrouter.repos
vcs import src < ddsrouter.repos
.. note::
Expand Down Expand Up @@ -306,7 +306,7 @@ Local installation
mkdir <path\to\user\workspace>\DDS-Router\src
mkdir <path\to\user\workspace>\DDS-Router\build
cd <path\to\user\workspace>\DDS-Router
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0/ddsrouter.repos
vcs import src < ddsrouter.repos
#. Compile all dependencies using CMake_.
Expand Down

0 comments on commit 19d43c9

Please sign in to comment.