Skip to content

Commit

Permalink
chore: Switch to repo submodule from setup folder
Browse files Browse the repository at this point in the history
This begins the standardization process on the setup repository, rather
than just having the folder as part of the parent repository as we did
previously. This has the advantage of making it easier to migrate setup
changes between different years/robots more easily, and this carries
over to this repository as well with the `seahawk_1` branch.
  • Loading branch information
OrionOth committed Oct 13, 2023
1 parent 06a14d1 commit 50b44eb
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 504 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[submodule "src/h264_image_transport"]
path = src/h264_image_transport
url = https://github.com/clydemcqueen/h264_image_transport.git
[submodule "setup"]
path = setup
url = ../setup.git
update = checkout
ignore = none
branch = seahawk_1
1 change: 1 addition & 0 deletions setup
Submodule setup added at 711996
99 changes: 0 additions & 99 deletions setup/README.md

This file was deleted.

Binary file not shown.
18 changes: 0 additions & 18 deletions setup/devbox.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions setup/image/.gitignore

This file was deleted.

98 changes: 0 additions & 98 deletions setup/image/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions setup/image/user-data

This file was deleted.

76 changes: 0 additions & 76 deletions setup/roles/common/tasks/main.yaml

This file was deleted.

Loading

0 comments on commit 50b44eb

Please sign in to comment.