zuul-jobs/roles/mirror-workspace-git-repos
James E. Blair 09d493916a Correct git config item name in mirror-workspace-git-repos
It appears this setting inadvertently had an extra word "ignore"
included in the key name, and later versions of the git module in
Ansible (5) throw an error in that case.  Remove it so that this
role will work in all versions.

This has been previously tested in a base-test cycle via
test-mirror-workspace-git-repos.

Change-Id: I597aa8d331e53955e826f09aa51a579e12c94f85
2022-05-23 13:13:00 -07:00
..
defaults Optionally silence git in mirror-workspace-git-repos 2019-02-14 08:52:38 +01:00
tasks Correct git config item name in mirror-workspace-git-repos 2022-05-23 13:13:00 -07:00
README.rst Optionally silence git in mirror-workspace-git-repos 2019-02-14 08:52:38 +01:00

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.

Role Variables