diff options
author | Rich Bennett <rb2745@att.com> | 2017-09-06 08:07:22 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-06 08:11:06 -0400 |
commit | e4c42511f8b14d8935fd5de89e072ecd33215c8a (patch) | |
tree | 3e19bae887791ff2ce1946fc4275b51cdd886a4d /docs/release | |
parent | 566885df28ad266eabb70af72b0155434385a64b (diff) |
Append .git submodule repositories, update guide
The submodule path hierarchy needs to support a name used as
hierarchy for lower level repositories or groupIDs AND allow
for a repository at each level eg submodules/appc and
submodules/appc/deployment are both repos. When viewed
in the submodule directory structure in the doc project, a
repository will have .git appended. The above example would
be submodules/appc.git submodules/appc/deployment.git
Change how to guide and convert existing submodule names
Rebased prior change
Change-Id: Ie16b8bbda7562aaaee3c21eb504dc6e293c98cbd
Issue-ID: DOC-33
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/repolist.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index f24ff43a4..1f57f7f93 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -5,8 +5,8 @@ :maxdepth: 1 :titlesonly: - appc <../submodules/appc/appc/docs/index> - vnfrqts/guidelines <../submodules/vnfrqts/guidelines/docs/index> - vnfrqts/requirements <../submodules/vnfrqts/requirements/docs/index> - cli <../submodules/cli/docs/index> - clamp <../submodules/clamp/docs/index> + appc <../submodules/appc.git/docs/index> + vnfrqts/guidelines <../submodules/vnfrqts/guidelines.git/docs/index> + vnfrqts/requirements <../submodules/vnfrqts/requirements.git/docs/index> + cli <../submodules/cli.git/docs/index> + clamp <../submodules/clamp.git/docs/index> |