chore(sdk_lib): chromeos -> coreos renames

Change-Id: I803a9670f87093088ec693fabd64585ee83bfb6a
This commit is contained in:
Brandon Philips 2013-02-16 11:45:51 -08:00
parent 0516fa7771
commit 5ff06e1bfd
2 changed files with 2 additions and 2 deletions

View File

@ -436,7 +436,7 @@ setup_env() {
# If the private overlays are installed, gsutil can use those credentials.
# 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 [ ! -L "${FLAGS_chroot}/home/${SUDO_USER}/.boto" ]; then
user_symlink "trunk/${boto}" "${FLAGS_chroot}/home/${SUDO_USER}/.boto"

View File

@ -56,7 +56,7 @@ _make_conf_private() {
if [ "$1" = "wget" ] ; then
return
fi
local chromeos_overlay="src/private-overlays/chromeos-overlay"
local chromeos_overlay="src/private-overlays/coreos-overlay"
chromeos_overlay="$CHROOT_TRUNK_DIR/$chromeos_overlay"
if [ -d "$chromeos_overlay" ]; then
local boto_config="$chromeos_overlay/googlestorage_account.boto"