Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(815)

Unified Diff: bin/cbuildbot.py

Issue 5513009: Moving chromeos_version.sh to chromiumos_overlay. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: crosversion Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build_image » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | build_image » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698