diff options
author | Rich Bennett <rb2745@att.com> | 2019-05-15 10:55:24 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2019-05-15 10:58:18 -0400 |
commit | de0a783bcac79760a6f91d214748c98d7e151139 (patch) | |
tree | bb7e78a0e927fc6a6c15a8f7b75dc9d957ca9afc /.gitmodules | |
parent | 4d4443e4723f9f343af31c2ba26784acda9184d2 (diff) |
Prepare master for dublin branch
Include all properties on git module reference
Complete the modeling/genericparser integration
Increase build threads
Change-Id: I8b103a1a80962e13597c5e5af03f327daf437efc
Issue-ID: DOC-467
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f0beb77c7..f5c37bbdc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -396,3 +396,10 @@ [submodule "docs/submodules/policy/parent.git"] path = docs/submodules/policy/parent.git url = ../policy/parent + branch = . + ignore = dirty +[submodule "docs/submodules/modeling/genericparser.git"] + path = docs/submodules/modeling/genericparser.git + url = ../modeling/genericparser + branch = . + ignore = dirty |