Mark Bergsma has submitted this change and it was merged. Change subject: replicate Gerrit repositories to contint server ......................................................................
replicate Gerrit repositories to contint server Continuous integration needs bare repositories replicated from Gerrit. That save us from having to manually maintain and update local bare repositories created with `git clone --mirror` and running `git remote update` on them. This patch also move the Zuul source code (used to install the daemon) from /var/lib/git/zuul to /usr/local/src/zuul to avoid any potential conflicts with replicated git repositories (though their last directory name ends with suffix '.git'). Fix bug 42958. Change-Id: I64e0f51bfd3ab9dc98bbff9dea363c4b8f9ba83b --- M manifests/role/gerrit.pp M manifests/role/zuul.pp M modules/zuul/manifests/init.pp 3 files changed, 18 insertions(+), 2 deletions(-) Approvals: Mark Bergsma: Looks good to me, approved jenkins-bot: Verified; Looks good to me, but someone else must approve -- To view, visit https://gerrit.wikimedia.org/r/38308 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I64e0f51bfd3ab9dc98bbff9dea363c4b8f9ba83b Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Mark Bergsma <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
