Преглед изворни кода

remove whitespace

tags/v0.11.0
Jonathan Cobb пре 4 година
родитељ
комит
a069834b90
5 измењених фајлова са 0 додато и 5 уклоњено
  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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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


Loading…
Откажи
Сачувај