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

Unified Diff: scripts/slave/recipes/v8/auto_roll_v8rel.py

Issue 2319853002: Remove ignored bot_update "force" parameter. (Closed)
Patch Set: rebase 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
Index: scripts/slave/recipes/v8/auto_roll_v8rel.py
diff --git a/scripts/slave/recipes/v8/auto_roll_v8rel.py b/scripts/slave/recipes/v8/auto_roll_v8rel.py
index aeace9e344aebf308e4d755d136c685e6cf17029..fe564b5bbd1a7cb157e76f136b330d372694dfae 100644
--- a/scripts/slave/recipes/v8/auto_roll_v8rel.py
+++ b/scripts/slave/recipes/v8/auto_roll_v8rel.py
@@ -20,7 +20,7 @@ def RunSteps(api):
api.gclient.set_config('chromium')
api.gclient.apply_config('v8')
api.bot_update.ensure_checkout(
- force=True, no_shallow=True, with_branch_heads=True)
+ no_shallow=True, with_branch_heads=True)
api.step(
'V8Releases',
[api.path['slave_build'].join(

Powered by Google App Engine
This is Rietveld 408576698