Skip to content

Commit

Permalink
Update all references to .repos file in docs and README
Browse files Browse the repository at this point in the history
Signed-off-by: RaulSanchez <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Dec 14, 2022
1 parent 2d9cfdb commit 61dfc68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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/v1.1.0/ddsrouter.repos
vcs import src < ddsrouter.repos
```

Expand Down
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/v1.1.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/v1.1.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/v1.1.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/v1.1.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/v1.1.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/v1.1.0/ddsrouter.repos
vcs import src < ddsrouter.repos
#. Compile all dependencies using CMake_.
Expand Down

0 comments on commit 61dfc68

Please sign in to comment.