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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/depot_config.py

Issue 2183693002: Fix bisect depot url for catapult. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove trailing '/', whomp. Created 4 years, 5 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 | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/auto_bisect/depot_config.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/depot_config.py b/scripts/slave/recipe_modules/auto_bisect/depot_config.py
index f8fc970c0aed26f43812f28f1027d515550f9efa..23fcd199ba981effa0a050483b0a03b51b60974c 100644
--- a/scripts/slave/recipe_modules/auto_bisect/depot_config.py
+++ b/scripts/slave/recipe_modules/auto_bisect/depot_config.py
@@ -32,7 +32,7 @@ DEPOT_DEPS_NAME = {
'recurse': True,
'from': ['chromium'],
'custom_deps': GCLIENT_CUSTOM_DEPS_V8,
- 'url': 'https://chromium.googlesource.com/v8/v8.git',
+ 'url': 'https://chromium.googlesource.com/v8/v8',
'deps_var': 'v8_revision'
},
'skia': {
@@ -46,7 +46,8 @@ DEPOT_DEPS_NAME = {
'src': 'src/third_party/catapult',
'recurse': True,
'from': ['chromium'],
- 'url':'https://github.com/catapult-project/catapult.git',
+ 'url': 'https://chromium.googlesource.com/'
+ 'external/github.com/catapult-project/catapult',
'deps_var': 'catapult_revision'
}
}
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698