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

Unified Diff: build_image

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 | « bin/cbuildbot.py ('k') | chromeos_version.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index 9d1c262b2abf5756c4b7adf6c7c59965d443cdc3..61b28215b800ee543724b6927467d5551230130e 100755
--- a/build_image
+++ b/build_image
@@ -163,7 +163,7 @@ if [ "${FLAGS_fast}" -eq "${FLAGS_TRUE}" ]; then
fi
# Determine build version.
-. "${SCRIPTS_DIR}/chromeos_version.sh"
+. ${SRC_ROOT}/third_party/chromiumos-overlay/chromeos/config/chromeos_version.sh
# Configure extra USE or packages for this type of build.
EXTRA_PACKAGES=""
« no previous file with comments | « bin/cbuildbot.py ('k') | chromeos_version.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698