Page MenuHomePhabricator

Make Zuul to fetch from local disk instead of Gerrit
Closed, ResolvedPublic

Description

We now have replication of Gerrit repositories directly on gallium under /var/lib/git/ . Zuul could be tweaked to use the local copies instead of cloning and fetching from Gerrit using the https:// protocol.

We would need Zuul to wait for replication to catch up whenever the change is not found on disk and of course to support local repositories.


Version: unspecified
Severity: enhancement

Details

Reference
bz43139

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:48 AM
bzimport set Reference to bz43139.
bzimport added a subscriber: Unknown Object (MLST).

We might want to have the Zuul clones to be set with PULL urls set to the local bare repository but the PUSH urls to the remote repository.