mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Modify build_image_util to preface CHROME_BRANCH with an R
This commit is contained in:
parent
2a97059dfc
commit
53eb7a03b8
@ -11,7 +11,7 @@
|
||||
|
||||
# Use canonical path since some tools (e.g. mount) do not like symlinks.
|
||||
# Append build attempt to output directory.
|
||||
IMAGE_SUBDIR="${CHROME_BRANCH}-${CHROMEOS_VERSION_STRING}-a\
|
||||
IMAGE_SUBDIR="R${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