mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 21:51:57 +02:00
chore(sdk_lib): chromeos -> coreos renames
Change-Id: I803a9670f87093088ec693fabd64585ee83bfb6a
This commit is contained in:
parent
0516fa7771
commit
5ff06e1bfd
@ -436,7 +436,7 @@ setup_env() {
|
|||||||
|
|
||||||
# If the private overlays are installed, gsutil can use those credentials.
|
# If the private overlays are installed, gsutil can use those credentials.
|
||||||
# We're also installing credentials for use by sudoed invocations.
|
# We're also installing credentials for use by sudoed invocations.
|
||||||
boto='src/private-overlays/chromeos-overlay/googlestorage_account.boto'
|
boto='src/private-overlays/coreos-overlay/googlestorage_account.boto'
|
||||||
if [ -s "${FLAGS_trunk}/${boto}" ]; then
|
if [ -s "${FLAGS_trunk}/${boto}" ]; then
|
||||||
if [ ! -L "${FLAGS_chroot}/home/${SUDO_USER}/.boto" ]; then
|
if [ ! -L "${FLAGS_chroot}/home/${SUDO_USER}/.boto" ]; then
|
||||||
user_symlink "trunk/${boto}" "${FLAGS_chroot}/home/${SUDO_USER}/.boto"
|
user_symlink "trunk/${boto}" "${FLAGS_chroot}/home/${SUDO_USER}/.boto"
|
||||||
|
@ -56,7 +56,7 @@ _make_conf_private() {
|
|||||||
if [ "$1" = "wget" ] ; then
|
if [ "$1" = "wget" ] ; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
local chromeos_overlay="src/private-overlays/chromeos-overlay"
|
local chromeos_overlay="src/private-overlays/coreos-overlay"
|
||||||
chromeos_overlay="$CHROOT_TRUNK_DIR/$chromeos_overlay"
|
chromeos_overlay="$CHROOT_TRUNK_DIR/$chromeos_overlay"
|
||||||
if [ -d "$chromeos_overlay" ]; then
|
if [ -d "$chromeos_overlay" ]; then
|
||||||
local boto_config="$chromeos_overlay/googlestorage_account.boto"
|
local boto_config="$chromeos_overlay/googlestorage_account.boto"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user