| 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 ac4254dd292d9f1cf6ddef94e77e2812195021ba..bfc7b7feb67bdf12e1266e288474aea9d75878e4 100755
|
| --- a/recipe_modules/bot_update/resources/bot_update.py
|
| +++ b/recipe_modules/bot_update/resources/bot_update.py
|
| @@ -653,6 +653,12 @@ 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
|
|
|
|
|
|
|