X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Finstall.rst;h=52e0d5a75bde8a2b133dee97415c2e8af30c91e4;hb=a5fa8a32ab2f856fecc7505fdfd7a8e12df2c402;hp=6a9c1366e98ce06fef0d8b8963bbbe4a28240289;hpb=a20a9570bd3fa82e8163582f2b2d43e09065d6dc;p=releng%2Fglobal-jjb.git diff --git a/docs/install.rst b/docs/install.rst index 6a9c1366..52e0d5a7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -104,14 +104,14 @@ Global JJB as follows: .. 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