From 822399f26e0e4d15864d569a69480a8e31e351f1 Mon Sep 17 00:00:00 2001 From: Hayde Martinez Date: Fri, 15 Mar 2019 16:29:16 -0600 Subject: [PATCH] Developer Guide: Tags and note for new mirror. The "2018.10" tag was removed from Download source code since this has to use master manifest. From current/index.rst file, the suggestion to use master manifest was removed due to this is covered in the other guide. Depends-on: https://review.openstack.org/#/c/643631 Change-Id: I3cd0e984368a8ed79bb3227978f3fc795dcf8273 Signed-off-by: Hayde Martinez --- doc/source/developer_guide/current/index.rst | 8 -------- doc/source/developer_guide/latest/index.rst | 10 +--------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/doc/source/developer_guide/current/index.rst b/doc/source/developer_guide/current/index.rst index f1708c263..e8d5c8e59 100644 --- a/doc/source/developer_guide/current/index.rst +++ b/doc/source/developer_guide/current/index.rst @@ -409,14 +409,6 @@ Download source code repositories $ cd $MY_REPO_ROOT_DIR $ repo init -u https://git.starlingx.io/stx-manifest -m default.xml -b r/2018.10 - **NOTE:** To use the "repo" command to clone the stx-manifest repository and - check out the "master" branch, omit the "-b r/2018.10" option. - Following is an example: - - .. code:: sh - - $ repo init -u https://git.starlingx.io/stx-manifest -m default.xml - #. Synchronize the repository: .. code:: sh diff --git a/doc/source/developer_guide/latest/index.rst b/doc/source/developer_guide/latest/index.rst index 38fe2f9b5..f3af431af 100644 --- a/doc/source/developer_guide/latest/index.rst +++ b/doc/source/developer_guide/latest/index.rst @@ -402,19 +402,11 @@ Download source code repositories $ ssh-add #. Use the repo tool to create a local clone of the stx-manifest - Git repository based on the "r/2018.10" branch: + Git repository based on the "master" branch: .. code:: sh $ cd $MY_REPO_ROOT_DIR - $ repo init -u https://git.starlingx.io/stx-manifest -m default.xml -b r/2018.10 - - **NOTE:** To use the "repo" command to clone the stx-manifest repository and - check out the "master" branch, omit the "-b r/2018.10" option. - Following is an example: - - .. code:: sh - $ repo init -u https://git.starlingx.io/stx-manifest -m default.xml #. Synchronize the repository: