Index: bin/cbuildbot.py |
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py |
index 076487fb2007aadbd3b57a6c80aea8ceb3cff980..9d17819795e8d65248963055da7a8c3cab5efddc 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', 'thirdparty', 'chromiumos-overlay', |
sosa
2010/12/14 23:30:34
third_party*
|
+ 'chromeos', 'config') |
version_cmd = './chromeos_version.sh' |
output = RunCommand(version_cmd, cwd=cwd, redirect_stdout=True, |
redirect_stderr=True) |