X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Finstall.rst;h=49bc0413c18a42ac87655d7f2bc5f666e7788dd7;hb=refs%2Fchanges%2F37%2F13037%2F1;hp=fb7a649e0336f29d78bda772092970b24dec44b3;hpb=5aaa1c1de410b0489ff7ae8d8b26ebf9f40afbee;p=releng%2Fglobal-jjb.git diff --git a/docs/install.rst b/docs/install.rst index fb7a649e..49bc0413 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -104,11 +104,20 @@ 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 + cd global-jjb git checkout $GLOBAL_JJB_VERSION - cd ../.. + cd .. git add jjb/global-jjb + + # Setup symlinks + mkdir jjb/global-jjb + ln -s ../../global-jjb/shell jjb/global-jjb/shell + ln -s ../../global-jjb/jjb jjb/global-jjb/jjb + ln -s ../../global-jjb/jenkins-admin jjb/global-jjb/jenkins-admin + ln -s ../../global-jjb/jenkins-init-scripts jjb/global-jjb/jenkins-init-scripts + git add jjb/global-jjb + git commit -sm "Install global-jjb $GLOBAL_JJB_VERSION" .. note::