Skip to content

Commit

Permalink
Merge pull request #335 from astrogeco/247-use-libs-dir
Browse files Browse the repository at this point in the history
Fix #247, Move sample_libs into libraries dir
  • Loading branch information
astrogeco authored Aug 17, 2021
2 parents 94721a6 + 7555773 commit e631fbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@
[submodule "psp"]
path = psp
url = https://github.com/nasa/PSP.git
branch = master
branch = main
[submodule "apps/ci_lab"]
path = apps/ci_lab
url = https://github.com/nasa/ci_lab.git
branch = master
branch = main
[submodule "apps/sample_app"]
path = apps/sample_app
url = https://github.com/nasa/sample_app.git
branch = master
branch = main
[submodule "apps/sample_lib"]
path = apps/sample_lib
path = libs/sample_lib
url = https://github.com/nasa/sample_lib.git
branch = master
branch = main
[submodule "apps/sch_lab"]
path = apps/sch_lab
url = https://github.com/nasa/sch_lab.git
branch = master
branch = main
[submodule "apps/to_lab"]
path = apps/to_lab
url = https://github.com/nasa/to_lab.git
branch = master
branch = main
[submodule "tools/cFS-GroundSystem"]
path = tools/cFS-GroundSystem
url = https://github.com/nasa/cFS-GroundSystem.git
branch = master
branch = main
[submodule "tools/elf2cfetbl"]
path = tools/elf2cfetbl
url = https://github.com/nasa/elf2cfetbl.git
branch = master
branch = main
[submodule "tools/tblCRCTool"]
path = tools/tblCRCTool
url = https://github.com/nasa/tblCRCTool.git
branch = master
branch = main

0 comments on commit e631fbb

Please sign in to comment.