Merge "Clean up obsolete TODO for _setGitSsh()" into feature/zuulv3

This commit is contained in:
Zuul 2017-09-09 19:07:30 +00:00 committed by Gerrit Code Review
commit 5762fd15be
1 changed files with 0 additions and 4 deletions

View File

@ -344,10 +344,6 @@ class Merger(object):
return self._addProject(hostname, project_name, url, sshkey)
def updateRepo(self, connection_name, project_name):
# TODOv3(jhesketh): Reimplement
# da90a50b794f18f74de0e2c7ec3210abf79dda24 after merge..
# Likely we'll handle connection context per projects differently.
# self._setGitSsh()
repo = self.getRepo(connection_name, project_name)
try:
self.log.info("Updating local repository %s/%s",