Skip to content

Commit 25af993

Browse files
emiliocuestafrsanchez15
authored andcommitted
Freezing .repos and updating other 1.3.0 dependencies
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 26bb664 commit 25af993

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

ddsrecordreplay.repos

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ repositories:
66
fastcdr:
77
type: git
88
url: https://github.com/eProsima/Fast-CDR.git
9-
version: 2.x
9+
version: v2.3.0
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: 3.x
13+
version: v3.3.0
1414
dev-utils:
1515
type: git
1616
url: https://github.com/eProsima/dev-utils.git
17-
version: 1.x
17+
version: v1.3.0
1818
ddspipe:
1919
type: git
2020
url: https://github.com/eProsima/DDS-Pipe.git
21-
version: 1.x
21+
version: v1.3.0
2222
ddsrecordreplay:
2323
type: git
2424
url: https://github.com/eProsima/DDS-Record-Replay.git
25-
version: main
25+
version: v1.3.0

docs/rst/developer_manual/installation/sources/linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Colcon installation (recommended)
233233
234234
mkdir -p ~/DDS-Record-Replay/src
235235
cd ~/DDS-Record-Replay
236-
wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/main/ddsrecordreplay.repos
236+
wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/v1.3.0/ddsrecordreplay.repos
237237
vcs import src < ddsrecordreplay.repos
238238
239239
.. note::
@@ -277,7 +277,7 @@ Local installation
277277
mkdir -p ~/DDS-Record-Replay/src
278278
mkdir -p ~/DDS-Record-Replay/build
279279
cd ~/DDS-Record-Replay
280-
wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/main/ddsrecordreplay.repos
280+
wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/v1.3.0/ddsrecordreplay.repos
281281
vcs import src < ddsrecordreplay.repos
282282
283283
#. Compile all dependencies using CMake_.

docs/rst/developer_manual/installation/sources/windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Colcon installation (recommended)
257257
mkdir <path\to\user\workspace>\DDS-Record-Replay
258258
cd <path\to\user\workspace>\DDS-Record-Replay
259259
mkdir src
260-
wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/main/ddsrecordreplay.repos ddsrecordreplay.repos
260+
wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/v1.3.0/ddsrecordreplay.repos ddsrecordreplay.repos
261261
vcs import src < ddsrecordreplay.repos
262262
263263
.. note::
@@ -303,7 +303,7 @@ Local installation
303303
mkdir <path\to\user\workspace>\DDS-Record-Replay\src
304304
mkdir <path\to\user\workspace>\DDS-Record-Replay\build
305305
cd <path\to\user\workspace>\DDS-Record-Replay
306-
wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/main/ddsrecordreplay.repos ddsrecordreplay.repos
306+
wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/v1.3.0/ddsrecordreplay.repos ddsrecordreplay.repos
307307
vcs import src < ddsrecordreplay.repos
308308
309309
#. Compile all dependencies using CMake_.

docs/rst/recording/usage/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,4 +1020,4 @@ Fast DDS Configuration
10201020
Some applications rely on this information being recorded and written in the resulting MCAP file, which requires that the user application is configured to send the necessary type information.
10211021
By default, *Fast DDS* automatically sends the data type information, so no additional configuration is required.
10221022

1023-
Feel free to review `this <https://github.com/eProsima/Fast-DDS/tree/master/examples/cpp/xtypes>`_ section, where it is explained in detail how to configure a Fast DDS Publisher/Subscriber leveraging :term:`Dynamic Types<DynamicTypes>`.
1023+
Feel free to review `this <https://github.com/eProsima/Fast-DDS/tree/v3.3.0/examples/cpp/xtypes>`_ section, where it is explained in detail how to configure a Fast DDS Publisher/Subscriber leveraging :term:`Dynamic Types<DynamicTypes>`.

0 commit comments

Comments
 (0)