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>
.. 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