Skip to content

Commit 5368284

Browse files
author
Grant Erickson
committed
Supplant explicit use of git submodules with repos.conf.
The build system uses 'repos.conf' to drive git submodules implicitly in the background, allowing the package to use submodules transparently, whether the package is built from a git-controlled source repository or from a distribution archive outside of git control.
1 parent 8c7adec commit 5368284

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

.gitmodules

-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +0,0 @@
1-
[submodule "third_party/nlassert/repo"]
2-
path = third_party/nlassert/repo
3-
url = https://github.com/nestlabs/nlassert.git
4-
branch = master
5-
[submodule "third_party/nlio/repo"]
6-
path = third_party/nlio/repo
7-
url = https://github.com/nestlabs/nlio.git
8-
branch = master
9-
[submodule "third_party/nlunit-test/repo"]
10-
path = third_party/nlunit-test/repo
11-
url = https://github.com/nestlabs/nlunit-test.git
12-
branch = master

third_party/nlassert/repo

-1
This file was deleted.

third_party/nlio/repo

-1
This file was deleted.

third_party/nlunit-test/repo

-1
This file was deleted.

0 commit comments

Comments
 (0)