Page MenuHomePhabricator

multigit.sh should attempt to match Gerrit branch, not Zuul one
Closed, ResolvedPublic

Description

multigit.sh would attempt to make repositories to use the same branch. The problem is that the repositories are initially cloned using the Zuul git repositories in which branches are merge of patch sets.

Instead we need to sync the repositories using either the local replication in /srv/ssd/git or directly gerrit.wikimedia.org. Will have to use different remotes probably or 'git remote origin set-url'.


Version: wmf-deployment
Severity: minor

Details

Reference
bz59224

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 2:16 AM
bzimport set Reference to bz59224.

Change 105161 had a related patch set uploaded by Hashar:
multigit: fetch branches from Gerrit, not Zuul

https://gerrit.wikimedia.org/r/105161

Change 105161 merged by jenkins-bot:
multigit: fetch branches from Gerrit, not Zuul

https://gerrit.wikimedia.org/r/105161

deployed and fixed up :-D Now using the local Gerrit replica.