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

Unified Diff: recipe_modules/bot_update/resources/bot_update.py

Issue 2087313002: Remove all safesync_url functionality from gclient (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fix smoketest Created 4 years, 6 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 | « gclient_scm.py ('k') | recipe_modules/gclient/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/resources/bot_update.py
diff --git a/recipe_modules/bot_update/resources/bot_update.py b/recipe_modules/bot_update/resources/bot_update.py
index 0da6093c541081802012f3540e406de56cc4e777..d0a42c0b61d6d4a02d2a12955dd02246378e031e 100755
--- a/recipe_modules/bot_update/resources/bot_update.py
+++ b/recipe_modules/bot_update/resources/bot_update.py
@@ -651,12 +651,6 @@ def solutions_to_git(input_solutions):
first_solution = False
solution['managed'] = False
- # We don't want gclient to be using a safesync URL. Instead it should
- # using the lkgr/lkcr branch/tags.
- if 'safesync_url' in solution:
- print 'Removing safesync url %s from %s' % (solution['safesync_url'],
- parsed_path)
- del solution['safesync_url']
return solutions, root, buildspec
« no previous file with comments | « gclient_scm.py ('k') | recipe_modules/gclient/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698