X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Finstall.rst;h=6a9c1366e98ce06fef0d8b8963bbbe4a28240289;hb=28ea3ab0bd1aca3d00cf5428bd805481e137f0c8;hp=fb7a649e0336f29d78bda772092970b24dec44b3;hpb=68df50265903964986984e073df5cf671998befc;p=releng%2Fglobal-jjb.git diff --git a/docs/install.rst b/docs/install.rst index fb7a649e..6a9c1366 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 + 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 + git add jjb/global-jjb + git commit -sm "Install global-jjb $GLOBAL_JJB_VERSION" .. note::