jenkins.plone.org/master: Add note about how to use git checkouts
Gil Forcada <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: jenkins.plone.org Branch: refs/heads/master Date: 2017-07-22T18:19:48+02:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: https://github.com/plone/jenkins.plone.org/commit/3a2409d3ce8489067faaec1e2090d60ebf9ef50b Add note about how to use git checkouts Files changed: M docs/source/setup.rst diff --git a/docs/source/setup.rst b/docs/source/setup.rst index 4e779ce..cef1516 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -34,6 +34,19 @@ Install all the tools needed (ansible, ansible roles and jenkins-job-builder): $ ansible-galaxy install -r ansible/roles.yml $ git submodule update --init +.. note:: + For the roles that are downloaded from checkouts, + plone.jenkins_server and plone.jenkins_node, + you will need to remove them and clone them manually if you want to make changes on them. + + .. code-block:: shell + + $ cd ansible/roles + $ rm -rf plone.jenkins_server + $ rm -rf plone.jenkins_node + $ git clone git-9UaJU3cA/F/[email protected]:plone/plone.jenkins_server + $ git clone git-9UaJU3cA/F/[email protected]:plone/plone.jenkins_node + Check ansible/inventory.txt and make sure that you can connect to the machines listed there. Copy your public ssh key to all servers: ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot