Procházet zdrojové kódy

remove whitespace

tags/v0.11.0
Jonathan Cobb před 4 roky
rodič
revize
a069834b90
5 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. +0
    -1
      bin/aws/delete_subnets.sh
  2. +0
    -1
      bin/aws/init_aws_configs.sh
  3. +0
    -1
      bin/aws/list_regions.sh
  4. +0
    -1
      bin/aws/set_aws_region.sh
  5. +0
    -1
      bin/install_packer.sh

+ 0
- 1
bin/aws/delete_subnets.sh Zobrazit soubor

@@ -2,7 +2,6 @@
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#

function die {
echo 1>&2 "${1}"
exit 1


+ 0
- 1
bin/aws/init_aws_configs.sh Zobrazit soubor

@@ -2,7 +2,6 @@
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#

THISDIR=$(cd $(dirname ${0}) && pwd)
for region in $(${THISDIR}/list_regions.sh) ; do
cat ${THISDIR}/config.template | sed -e "s/__REGION__/${region}" > ~/.aws/config.${region} && echo "created config for region ${region}"


+ 0
- 1
bin/aws/list_regions.sh Zobrazit soubor

@@ -2,5 +2,4 @@
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#

aws ec2 describe-regions --filters "Name=opt-in-status,Values=opt-in-not-required" | grep RegionName | cut -d\" -f4 | sort

+ 0
- 1
bin/aws/set_aws_region.sh Zobrazit soubor

@@ -2,7 +2,6 @@
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#

function die {
echo 1>&2 "${1}"
exit 1


+ 0
- 1
bin/install_packer.sh Zobrazit soubor

@@ -2,7 +2,6 @@
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#

function die {
echo 1>&2 "${1}"
exit 1


Načítá se…
Zrušit
Uložit