From 1459b3b5bc4a8c94f50ece468a50c1b73a943c57 Mon Sep 17 00:00:00 2001 From: Franco Cipollone <53065142+francocipollone@users.noreply.github.com> Date: Fri, 12 Apr 2024 19:34:07 -0300 Subject: [PATCH] Removes submodules and use binaries instead. (#32) Signed-off-by: Franco Cipollone --- .gitmodules | 4 ---- README.md | 5 +---- submodules/andino | 1 - 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .gitmodules delete mode 160000 submodules/andino diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 47ee627..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "submodules/andino"] - path = submodules/andino - url = https://github.com/Ekumen-OS/andino.git - branch = humble diff --git a/README.md b/README.md index b59e48e..c1ef91e 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,10 @@ This package provides a simulation environment for [Andino](https://github.com/E ## :inbox_tray: Installation -This package makes use of some packages from https://github.com/Ekumen-OS/andino repository. Therefore, the repository is brought as a git submodule. -For so, when cloning this repository make sure to also init the submodules, this can be done adding a `--recursive` flag to the `git clone` command - 1. Clone this repository ```sh -git clone git@github.com:ekumenlabs/andino_gz.git --recursive +git clone git@github.com:ekumenlabs/andino_gz.git ``` 2. Set up docker environment: diff --git a/submodules/andino b/submodules/andino deleted file mode 160000 index 798cdcf..0000000 --- a/submodules/andino +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 798cdcf9c1e2639e06a30e5dc8cf11893fb696df