X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Finstall.rst;h=52e0d5a75bde8a2b133dee97415c2e8af30c91e4;hb=a5fa8a32ab2f856fecc7505fdfd7a8e12df2c402;hp=fb7a649e0336f29d78bda772092970b24dec44b3;hpb=835131321e782839a6fc7b972ae11462d6597a96;p=releng%2Fglobal-jjb.git diff --git a/docs/install.rst b/docs/install.rst index fb7a649e..52e0d5a7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -104,11 +104,18 @@ Global JJB as follows: .. code-block:: bash GLOBAL_JJB_VERSION=v0.1.0 - git submodule add https://github.com/lfit/releng-global-jjb.git jjb/global-jjb - cd jjb/global-jjb + git submodule add https://github.com/lfit/releng-global-jjb.git global-jjb + cd global-jjb git checkout $GLOBAL_JJB_VERSION - cd ../.. + cd .. + + # Setup symlinks + 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 + git commit -sm "Install global-jjb $GLOBAL_JJB_VERSION" .. note::