| Index: bin/cbuildbot.py
|
| diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
|
| index 076487fb2007aadbd3b57a6c80aea8ceb3cff980..1cc076e2909ec346f28755d12acb1ea1927fc96f 100755
|
| --- a/bin/cbuildbot.py
|
| +++ b/bin/cbuildbot.py
|
| @@ -287,7 +287,8 @@ def _WipeOldOutput(buildroot):
|
|
|
| def _GetChromeOSVersion(buildroot):
|
| """Returns the tuple version of the Chrome OS version of the buildroot."""
|
| - cwd = os.path.join(buildroot, 'src', 'scripts')
|
| + cwd = os.path.join(buildroot, 'src', 'third_party', 'chromiumos-overlay',
|
| + 'chromeos', 'config')
|
| version_cmd = './chromeos_version.sh'
|
| output = RunCommand(version_cmd, cwd=cwd, redirect_stdout=True,
|
| redirect_stderr=True)
|
|
|