Skip to content

Commit

Permalink
Update .repos and documentation links
Browse files Browse the repository at this point in the history
Signed-off-by: Juan López Fernández <[email protected]>
  • Loading branch information
juanlofer-eprosima committed Jul 7, 2023
1 parent 7dfab20 commit fa9ea79
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt update && \

# Download eProsima dependencies
WORKDIR /fastddsspy
RUN wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/main/fastddsspy.repos && \
RUN wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/v0.2.0/fastddsspy.repos && \
mkdir src && \
vcs import src < fastddsspy.repos

Expand Down
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 @@ -173,7 +173,7 @@ Colcon installation
mkdir -p ~/fastdds-spy/src
cd ~/fastdds-spy
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/main/fastddsspy.repos
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/v0.2.0/fastddsspy.repos
vcs import src < fastddsspy.repos
.. note::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Local installation
mkdir -p ~/fastdds-spy/src
mkdir -p ~/fastdds-spy/build
cd ~/fastdds-spy
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/main/fastddsspy.repos
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/v0.2.0/fastddsspy.repos
vcs import src < fastddsspy.repos
#. Compile all dependencies using CMake_.
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/developer_manual/installation/sources/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Colcon installation (recommended)
mkdir <path\to\user\workspace>\Fast-DDS-Spy
cd <path\to\user\workspace>\Fast-DDS-Spy
mkdir src
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/main/fastddsspy.repos
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/v0.2.0/fastddsspy.repos
vcs import src < fastddsspy.repos
.. note::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Local installation
mkdir <path\to\user\workspace>\fastdds-spy\src
mkdir <path\to\user\workspace>\fastdds-spy\build
cd <path\to\user\workspace>\fastdds-spy
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/main/fastddsspy.repos
wget https://raw.githubusercontent.com/eProsima/Fast-DDS-Spy/v0.2.0/fastddsspy.repos
vcs import src < fastddsspy.repos
#. Compile all dependencies using CMake_.
Expand Down
12 changes: 6 additions & 6 deletions fastddsspy.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: bugfix/complex-dynamic-types
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
fastddsspy:
type: git
url: https://github.com/eProsima/Fast-DDS-spy.git
version: main
version: v0.2.0

0 comments on commit fa9ea79

Please sign in to comment.