| 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 937b1963d783448495b8c2a7b80ab92c06ddfd14..ab71dd4a9a5bf7feff021eb0b125643d9bb2aaa0 100755
|
| --- a/recipe_modules/bot_update/resources/bot_update.py
|
| +++ b/recipe_modules/bot_update/resources/bot_update.py
|
| @@ -941,6 +941,10 @@ def prepare(options, git_slns, active):
|
|
|
|
|
| def checkout(options, git_slns, specs, revisions, step_text, shallow):
|
| + print 'Checking git version...'
|
| + ver = git('version').strip()
|
| + print 'Using %s' % ver
|
| +
|
| first_sln = git_slns[0]['name']
|
| dir_names = [sln.get('name') for sln in git_slns if 'name' in sln]
|
| try:
|
|
|