summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Bennett <rb2745@att.com>2017-09-20 19:14:01 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-20 19:14:01 +0000
commitcdd6c997cbdf7a7a19c04098a409de5f81a68fe3 (patch)
tree592dc74b58521cbc2882b995032e1bbd8704d207
parentcfd07ed780987452cac49c7402889acf7f8afa74 (diff)
parentd06d57529116d9b1d9b3234672df2e22ff903fc9 (diff)
Merge "Temporarily removing submodule workflow section"
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/index.rst1
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/update-review.rst8
2 files changed, 2 insertions, 7 deletions
diff --git a/docs/guides/onap-developer/how-to-use-docs/index.rst b/docs/guides/onap-developer/how-to-use-docs/index.rst
index 941b15347..a73ae6fb3 100644
--- a/docs/guides/onap-developer/how-to-use-docs/index.rst
+++ b/docs/guides/onap-developer/how-to-use-docs/index.rst
@@ -11,5 +11,4 @@ Creating Documentation
style-guide
include-documentation
converting-formats
- update-review
addendum
diff --git a/docs/guides/onap-developer/how-to-use-docs/update-review.rst b/docs/guides/onap-developer/how-to-use-docs/update-review.rst
index 7a0cd39dc..eb4228da7 100644
--- a/docs/guides/onap-developer/how-to-use-docs/update-review.rst
+++ b/docs/guides/onap-developer/how-to-use-docs/update-review.rst
@@ -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.