Temporarily removing submodule workflow section 45/13945/1
authorjsseidel <spence@research.att.com>
Wed, 20 Sep 2017 17:14:25 +0000 (13:14 -0400)
committerjsseidel <spence@research.att.com>
Wed, 20 Sep 2017 17:17:23 +0000 (13:17 -0400)
This section needs more work. There are a couple
of subtle problems that we need to document
regarding keeping the commit hash current to
the doc superproject. I will be tracking thoughts
in DOC-84.

Change-Id: I854dc5bad7ccfacbf0e024f55aa5dfd40f1cbeed
Issue-Id: DOC-84
Signed-off-by: jsseidel <spence@research.att.com>
docs/guides/onap-developer/how-to-use-docs/index.rst
docs/guides/onap-developer/how-to-use-docs/update-review.rst

index 941b153..a73ae6f 100644 (file)
@@ -11,5 +11,4 @@ Creating Documentation
    style-guide
    include-documentation
    converting-formats
-   update-review
    addendum
index 7a0cd39..eb4228d 100644 (file)
@@ -5,6 +5,8 @@
 Updates and Review
 ==================
 
+**NOTE: THIS SECTION IS UNDER HEAVY DEVELOPMENT USE WITH CAUTION**
+
 Most project owners will need only to concern themselves with their own
 project documentation. However, documentation team members and certain
 project owners will need to edit and test multiple documentation repositories.
@@ -90,12 +92,6 @@ submodules. To pull in the latest changes:
 
    git submodule foreach 'git pull'
 
-Next, for every submodule, you'll need to rename 'origin' to 'gerrit':
-
-.. code:: bash
-
-   git submodule foreach 'git remote rename origin gerrit'
-
 Finally, for every submodule, you'll have to tell git-review how to find
 Gerrit.