From 0d2b496de9f5e770fa38e4eb5bcb45ce5a383082 Mon Sep 17 00:00:00 2001 From: cferreiragonz Date: Mon, 25 Mar 2024 17:03:31 +0100 Subject: [PATCH] Update .repos, docker and docs links for v0.4.0 Signed-off-by: cferreiragonz --- docker/Dockerfile | 2 +- .../developer_manual/installation/sources/linux.rst | 2 +- .../installation/sources/linux_cmake.rst | 2 +- .../installation/sources/windows.rst | 2 +- .../installation/sources/windows_cmake.rst | 2 +- fastddsspy.repos | 12 ++++++------ 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index cb5ff5eb..af607971 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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.4.0/fastddsspy.repos && \ mkdir src && \ vcs import src < fastddsspy.repos diff --git a/docs/rst/developer_manual/installation/sources/linux.rst b/docs/rst/developer_manual/installation/sources/linux.rst index 12ed4a0c..5efa2464 100644 --- a/docs/rst/developer_manual/installation/sources/linux.rst +++ b/docs/rst/developer_manual/installation/sources/linux.rst @@ -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.4.0/fastddsspy.repos vcs import src < fastddsspy.repos .. note:: diff --git a/docs/rst/developer_manual/installation/sources/linux_cmake.rst b/docs/rst/developer_manual/installation/sources/linux_cmake.rst index d7323a83..bc9999e0 100644 --- a/docs/rst/developer_manual/installation/sources/linux_cmake.rst +++ b/docs/rst/developer_manual/installation/sources/linux_cmake.rst @@ -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.4.0/fastddsspy.repos vcs import src < fastddsspy.repos #. Compile all dependencies using CMake_. diff --git a/docs/rst/developer_manual/installation/sources/windows.rst b/docs/rst/developer_manual/installation/sources/windows.rst index 20adf52f..7b072bc7 100644 --- a/docs/rst/developer_manual/installation/sources/windows.rst +++ b/docs/rst/developer_manual/installation/sources/windows.rst @@ -207,7 +207,7 @@ Colcon installation (recommended) mkdir \Fast-DDS-Spy cd \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.4.0/fastddsspy.repos vcs import src < fastddsspy.repos .. note:: diff --git a/docs/rst/developer_manual/installation/sources/windows_cmake.rst b/docs/rst/developer_manual/installation/sources/windows_cmake.rst index 3f3880d7..7d60f8f8 100644 --- a/docs/rst/developer_manual/installation/sources/windows_cmake.rst +++ b/docs/rst/developer_manual/installation/sources/windows_cmake.rst @@ -23,7 +23,7 @@ Local installation mkdir \fastdds-spy\src mkdir \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.4.0/fastddsspy.repos vcs import src < fastddsspy.repos #. Compile all dependencies using CMake_. diff --git a/fastddsspy.repos b/fastddsspy.repos index 71d75c73..0be34486 100644 --- a/fastddsspy.repos +++ b/fastddsspy.repos @@ -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: v2.2.0 fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: bugfix/complex-dynamic-types + version: v2.14.0 dev-utils: type: git url: https://github.com/eProsima/dev-utils.git - version: main + version: v0.6.0 ddspipe: type: git url: https://github.com/eProsima/DDS-Pipe.git - version: main + version: v0.4.0 fastddsspy: type: git url: https://github.com/eProsima/Fast-DDS-spy.git - version: main + version: v0.4.0