4d2df638d1
We need to set the remote HEAD of the repos after we mirror them. We have been doing that by looking at git status on the local repos to find what their head has been set to. However, we have 'checkout' in zuul.projects now, so we can really just use that. Change-Id: I251da11b7767793278c3f08dcf64aa008e759669 Depends-On: https://review.openstack.org/540948 |
||
---|---|---|
.. | ||
tasks | ||
README.rst |
Mirror the local git repos to remote nodes
This role uses git operations (unlike :zuulprepare-workspace
which uses
rsync) to mirror the local prepared git repos to the remote nodes. This
may be useful if the remote node already has a copy of some or all of
the git repos.