X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Finstall.rst;h=49bc0413c18a42ac87655d7f2bc5f666e7788dd7;hb=ddd8f4dd3b86b15eb45da9f5f65b16f890b7f60e;hp=fb7a649e0336f29d78bda772092970b24dec44b3;hpb=dfd0ba35507b0bd3deeec5309c224970bd968a64;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::