Skip to content

Commit

Permalink
Change configuration of submodules (#8)
Browse files Browse the repository at this point in the history
* chore: switch gitmodule org

* delete everything related to modules

* chore: re-organize gitmodules
  • Loading branch information
OrionOth authored Sep 30, 2023
1 parent 4551058 commit d4f3841
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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`?
Submodule src updated from 000000 to a41340
1 change: 0 additions & 1 deletion src/deck
Submodule deck deleted from e33114

0 comments on commit d4f3841

Please sign in to comment.