| Index: buildbot/prebuilt.py
|
| diff --git a/buildbot/prebuilt.py b/buildbot/prebuilt.py
|
| index 8838b50f2e69ec45acdd90529890f84cc2899f3c..23180e0786d8753715c06794ce09235ff8fdcfbc 100755
|
| --- a/buildbot/prebuilt.py
|
| +++ b/buildbot/prebuilt.py
|
| @@ -169,7 +169,7 @@ def RevGitFile(filename, value, retries=5, key='PORTAGE_BINHOST'):
|
| os.chdir(os.path.dirname(filename))
|
|
|
| commit = cros_build_lib.RunCommand(['git', 'rev-parse', 'HEAD'],
|
| - redirect_stdout=True).output
|
| + redirect_stdout=True).output.rstrip()
|
| cros_build_lib.RunCommand(['git', 'remote', 'update'])
|
| cros_build_lib.RunCommand(['repo', 'start', prebuilt_branch, '.'])
|
| git_ssh_config_cmd = [
|
|
|