Skip to content

Commit 48d4225

Browse files
committed
Set versions sustainml.repos and documentation
Signed-off-by: Denisa <denisa@eprosima.com>
1 parent ba4f34e commit 48d4225

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

sustainml.repos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ repositories:
66
fastcdr:
77
type: git
88
url: https://github.com/eProsima/Fast-CDR.git
9-
version: 2.2.x
9+
version: 2.3.2
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: 3.x
13+
version: 3.3.0
1414
dev-utils:
1515
type: git
1616
url: https://github.com/eProsima/dev-utils.git
17-
version: 1.x
17+
version: 1.3.0
1818
sustainml_lib:
1919
type: git
2020
url: https://github.com/eProsima/SustainML-Library.git
21-
version: main
21+
version: 0.2.0

sustainml_docs/rst/installation/docker.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ The following command downloads both Dockerfile, Docker compose and script files
3636
.. code-block:: bash
3737
3838
mkdir -p ~/SustainML && cd ~/SustainML && \
39-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/Dockerfile && \
40-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/docker-compose.yaml && \
41-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/run.bash
39+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/0.2.0/docker/Dockerfile && \
40+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/0.2.0/docker/docker-compose.yaml && \
41+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/0.2.0/docker/run.bash
4242
4343
.. tab-item:: MacOS
4444

4545
.. code-block:: bash
4646
4747
mkdir -p ~/SustainML && cd ~/SustainML && \
48-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/Dockerfile && \
49-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/docker-compose.yaml && \
50-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/docker/run.bash
48+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/0.2.0/docker/Dockerfile && \
49+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/0.2.0/docker/docker-compose.yaml && \
50+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/0.2.0/docker/run.bash
5151
5252
The *SustainML Framework* GUI application requires special privileges to access the X server.
5353
To provide them, `XQuartz <https://www.xquartz.org/>`_ and `socat <http://www.dest-unreach.org/socat/>`_ need to be installed:

sustainml_docs/rst/installation/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following command also builds and installs the SustainML framework and all i
9595
python3 -m venv SustainML_venv && source SustainML_venv/bin/activate && \
9696
pip3 install -U colcon-common-extensions vcstool gdown && \
9797
curl -fsSL https://ollama.com/install.sh | sh && ollama pull llama3 && ollama pull mistral-small && cd ~/SustainML/SustainML_ws && \
98-
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/main/sustainml.repos && \
98+
wget https://raw.githubusercontent.com/eProsima/SustainML-Framework/0.2.0/sustainml.repos && \
9999
vcs import src < sustainml.repos && cd ~/SustainML/SustainML_ws/src/sustainml_lib && \
100100
git submodule update --init --recursive && \
101101
cd ~/SustainML/SustainML_ws/src/sustainml_lib/sustainml_modules/sustainml_modules/sustainml-wp1 && \

sustainml_docs/rst/installation/library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following command builds and installs the *SustainML library* and its depend
8686
mkdir -p ~/SustainML/SustainML_ws/src && cd ~/SustainML && \
8787
python3 -m venv SustainML_venv && source SustainML_venv/bin/activate && cd ~/SustainML/SustainML_ws && \
8888
pip3 install -U colcon-common-extensions vcstool gdown && \
89-
wget https://raw.githubusercontent.com/eProsima/SustainML-Library/main/sustainml.repos && \
89+
wget https://raw.githubusercontent.com/eProsima/SustainML-Library/0.2.0/sustainml.repos && \
9090
vcs import src < sustainml.repos && \
9191
git submodule update --init --recursive && \
9292
cd ~/SustainML/SustainML_ws/src/sustainml_lib/sustainml_modules/sustainml_modules/sustainml-wp1 && \

0 commit comments

Comments
 (0)