Fix global-jjb docs for installation 00/15200/4
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 4 Apr 2019 19:32:10 +0000 (12:32 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 4 Apr 2019 21:08:58 +0000 (14:08 -0700)
The docs copy / paste script use the GitHub submodule but don't properly
name the resultant module to match the expectations of the rest of the
script.

Fix up some minor inconsistencies / errors of other parts of script

Change-Id: I66402d9ef1be80c1dd53c51d55802a864c813421
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
docs/install.rst

index 6a9c136..52e0d5a 100644 (file)
@@ -104,14 +104,14 @@ Global JJB as follows:
    .. code-block:: bash
 
       GLOBAL_JJB_VERSION=v0.1.0
-      git submodule add https://github.com/lfit/releng-global-jjb.git
+      git submodule add https://github.com/lfit/releng-global-jjb.git global-jjb
       cd global-jjb
       git checkout $GLOBAL_JJB_VERSION
       cd ..
-      git add jjb/global-jjb
 
       # Setup symlinks
-      mkdir jjb/global-jjb
+      mkdir -p jjb/global-jjb
+      ln -s ../../global-jjb/jenkins-init-scripts jjb/global-jjb/jenkins-init-scripts
       ln -s ../../global-jjb/shell jjb/global-jjb/shell
       ln -s ../../global-jjb/jjb jjb/global-jjb/jjb
       git add jjb/global-jjb