mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Update prebuilt.py call to use the _proper_ variable for finding the build root.
BUG=8603 TEST=Tested where GCLIENT_ROOT points to on rm and x86 Review URL: http://codereview.chromium.org/4363001
This commit is contained in:
parent
c6e23cdb38
commit
7333e2b4c4
@ -273,8 +273,7 @@ then
|
||||
# This will upload prebuilt packages to Google Storage.
|
||||
prebuilt_cmd="${SCRIPTS_DIR}/prebuilt.py"
|
||||
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
|
||||
prebuilt_cmd="$prebuilt_cmd -p $(readlink -f ../../../../build/chromiumos)"
|
||||
prebuilt_cmd="$prebuilt_cmd -b ${FLAGS_board}"
|
||||
prebuilt_cmd="$prebuilt_cmd -p ${GCLIENT_ROOT} -b ${FLAGS_board}"
|
||||
|
||||
if [ "${FLAGS_BOARD}" == "x86-generic" ]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user