Lines Matching full:downstream
5 downstream and the upstream workspace it then diffs the each project.
106 Diffs a downstream directory against an upstream directory.
107 Lines that exist only in the downstream directory are considered insertions.
112 downstream_dir: A path to the downstream directory to compare.
134 """Match a downstream project to an upstream project using their root commits.
136 Find all root commits in a downstream project and find a matching
140 downstream_project_name: A string with the downstream project name.
141 downstream_project_path: A string with the downstream project path.
165 """Match downstream projects to upstream projects.
169 downstream_projects: A dict of downstream projects.
172 A list of upstream and downstream project pairs.
181 # Match all downstream projects to an upstream project
193 'downstream': downstream_name,
201 'downstream': None,
239 downstream_source_tree: A string with the path to the downstream gerrit
244 A list of dicts of matching upstream and downstream projects
280 return 'Downstream Only Projects'
290 downstream_project_name = match['downstream']
373 project_stats: A dict of matching upstream and downstream projects
380 downstream_stats = {match['downstream']: match for match in project_stats}
409 'Downstream Project',
421 'Downstream Project': project,
439 'Downstream Project',
453 downstream_project = stat['downstream']
458 'Downstream Project': downstream_project,
494 'downstream_path', help='Path to a downstream source tree.')