zuul/zuul/merger
Albin Vass 1dbcfd5346 bugfix: branches with pattern 'refs/heads/..' fails merge jobs
GitPython is trying to be nice and thinks that we want the head '<name>' when trying
to create the head 'refs/heads/<name>'.

Avoid this by always prepending 'refs/heads/'.

Change-Id: I90768fd678b02a7fbfc0675456dc4105b51d7f06
2020-10-23 16:46:58 +02:00
..
__init__.py Split the merger into a separate process 2014-02-17 11:47:15 -08:00
client.py Match tag items against containing branches 2020-03-06 13:29:18 -08:00
merger.py bugfix: branches with pattern 'refs/heads/..' fails merge jobs 2020-10-23 16:46:58 +02:00
server.py Clean up stale git index.lock files on merger startup 2020-09-17 15:19:16 -07:00