From d4f38411a0fc35432e06facef372af2f6bcf53c2 Mon Sep 17 00:00:00 2001 From: Orion Ellefson Date: Fri, 29 Sep 2023 19:55:51 -0700 Subject: [PATCH] Change configuration of submodules (#8) * chore: switch gitmodule org * delete everything related to modules * chore: re-organize gitmodules --- .gitmodules | 15 ++++++++------- src/rov => src | 0 src/deck | 1 - 3 files changed, 8 insertions(+), 8 deletions(-) rename src/rov => src (100%) delete mode 160000 src/deck diff --git a/.gitmodules b/.gitmodules index e2c9260..e78a953 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,10 @@ [submodule "setup"] path = setup - url = https://github.com/CabrilloRoboticsClub/setup -[submodule "src/deck"] - path = src/deck - url = https://github.com/CabrilloRoboticsClub/deck -[submodule "src/rov"] - path = src/rov - url = https://github.com/CabrilloRoboticsClub/rov + url = ../setup.git + update = checkout + ignore = none +[submodule "source"] + path = src + url = ../ROV.git + update = checkout + ignore = none # maybe change this to `dirty`? diff --git a/src/rov b/src similarity index 100% rename from src/rov rename to src diff --git a/src/deck b/src/deck deleted file mode 160000 index e33114c..0000000 --- a/src/deck +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e33114c4e563fdaf4682f61d89c58a87297f825c