From b2b09fb938432d4caf09d8cdf9f7dc651be5739b Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Fri, 6 Mar 2020 17:02:28 -0800 Subject: [PATCH] Move git submodules to third_party//repo --- .gitmodules | 16 ++++++++-------- third_party/{nlassert => nlassert/repo} | 0 third_party/{nlio => nlio/repo} | 0 third_party/{nlunit-test => nlunit-test/repo} | 0 4 files changed, 8 insertions(+), 8 deletions(-) rename third_party/{nlassert => nlassert/repo} (100%) rename third_party/{nlio => nlio/repo} (100%) rename third_party/{nlunit-test => nlunit-test/repo} (100%) diff --git a/.gitmodules b/.gitmodules index b7b3bae84d9ad7..5023d02b623d42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/third_party/nlassert b/third_party/nlassert/repo similarity index 100% rename from third_party/nlassert rename to third_party/nlassert/repo diff --git a/third_party/nlio b/third_party/nlio/repo similarity index 100% rename from third_party/nlio rename to third_party/nlio/repo diff --git a/third_party/nlunit-test b/third_party/nlunit-test/repo similarity index 100% rename from third_party/nlunit-test rename to third_party/nlunit-test/repo