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