Skip to content

Commit

Permalink
Move git submodules to third_party/<module>/repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple committed Mar 7, 2020
1 parent 946e804 commit b2b09fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "third_party/nlio"]
path = third_party/nlio
url = https://github.com/nestlabs/nlio.git
branch = master
[submodule "third_party/nlassert"]
path = third_party/nlassert
[submodule "third_party/nlassert/repo"]
path = third_party/nlassert/repo
url = https://github.com/nestlabs/nlassert.git
branch = master
[submodule "third_party/nlunit-test"]
path = third_party/nlunit-test
[submodule "third_party/nlio/repo"]
path = third_party/nlio/repo
url = https://github.com/nestlabs/nlio.git
branch = master
[submodule "third_party/nlunit-test/repo"]
path = third_party/nlunit-test/repo
url = https://github.com/nestlabs/nlunit-test.git
branch = master

0 comments on commit b2b09fb

Please sign in to comment.