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

Unified Diff: scripts/slave/recipes/run_presubmit.py

Issue 1913863002: Get rid of transitionary patch_root cleanup hacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | « scripts/slave/recipe_modules/v8/api.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/run_presubmit.py
diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
index 7badb2bc9fc4ff421fb7b557efb0de2f8d9d3f43..e8eed3a1d222ecc9f2369441b97c42a0d2b0a797 100644
--- a/scripts/slave/recipes/run_presubmit.py
+++ b/scripts/slave/recipes/run_presubmit.py
@@ -27,9 +27,7 @@ def _RunStepsInternal(api):
bot_update_step = api.bot_update.ensure_checkout(
force=force_checkout,
- patch_oauth2=codereview_auth,
- # TODO(tandrii): remove this to fix http://crbug.com/605541.
- patch_root='TODO(TANDRII): REMOVE THIS TRANSITION TO patch_projects')
+ patch_oauth2=codereview_auth)
relative_root = api.gclient.calculate_patch_root(
api.properties['patch_project']).rstrip('/')
got_revision_property = api.gclient.c.got_revision_mapping[relative_root]
« no previous file with comments | « scripts/slave/recipe_modules/v8/api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698