Searched refs:repo_dict (Results 1 – 1 of 1) sorted by relevance
314 for repo_dict in repo_list:315 repo = self.CreateRepoFromDict(repo_dict)323 def CreateRepoFromDict(self, repo_dict): argument324 repo_type = repo_dict.get('type', None)325 repo_address = repo_dict.get('address', None)326 repo_mappings = repo_dict.get('mappings', None)327 repo_ignores = repo_dict.get('ignores', None)328 repo_branch = repo_dict.get('branch', None)329 gerrit = repo_dict.get('gerrit', None)330 revision = repo_dict.get('revision', None)