Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: scripts/slave/recipe_modules/auto_bisect/resources/depot_map.py

Issue 2365973004: Add catapult to the list of supported repos for fetch_revision_info.py (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect/resources/depot_map.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/resources/depot_map.py b/scripts/slave/recipe_modules/auto_bisect/resources/depot_map.py
index e514da8bc915bc27a93e6530bb42e977accde864..49274675f90181e4e4e0b3b5cd2951bb1eae6d33 100644
--- a/scripts/slave/recipe_modules/auto_bisect/resources/depot_map.py
+++ b/scripts/slave/recipe_modules/auto_bisect/resources/depot_map.py
@@ -16,4 +16,5 @@ DEPOT_PATH_MAP = {
'angle': 'angle/angle',
'v8': 'v8/v8.git',
'skia': 'skia',
+ 'catapult': 'external/github.com/catapult-project/catapult',
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698