mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Prefix build folder name with CHROME_BRANCH from chromeos_version.sh.
BUG=chromium-os:15703 TEST=Ran build_image saw right folder. Change-Id: I646dc7f67dac126436e75299e150ee053d25e810 Reviewed-on: http://gerrit.chromium.org/gerrit/8397 Tested-by: Chris Sosa <sosa@chromium.org> Reviewed-by: Scott Zawalski <scottz@chromium.org>
This commit is contained in:
parent
8264917362
commit
905f6164a1
@ -11,7 +11,8 @@
|
||||
|
||||
# Use canonical path since some tools (e.g. mount) do not like symlinks.
|
||||
# Append build attempt to output directory.
|
||||
IMAGE_SUBDIR="${CHROMEOS_VERSION_STRING}-a${FLAGS_build_attempt}"
|
||||
IMAGE_SUBDIR="${CHROME_BRANCH}-${CHROMEOS_VERSION_STRING}-a\
|
||||
${FLAGS_build_attempt}"
|
||||
OUTPUT_DIR="${FLAGS_output_root}/${BOARD}/${IMAGE_SUBDIR}"
|
||||
OUTSIDE_OUTPUT_DIR="../build/images/${BOARD}/${IMAGE_SUBDIR}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user