Commit Graph

63 Commits (c3557bbe3f07052ac29b5ca95ff2405a557af817)

Author SHA1 Message Date
neilpang b4325026b1 exe 8 years ago
neilpang bb6326f4d4 fix for solaris 8 years ago
neilpang 1c22c2f76a fix for solaris 8 years ago
neilpang 542d7977db add new _url_encode 8 years ago
Bastian Bittorf 3ca93f4a4c shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.

most of these are related to the style:
we generate global vars, which are used in other functions.

the var "lexical_url" was really unused (left it as comment)

the travis-check now does not need anymore special flags.

Signed-off-by: Bastian Bittorf <bb@npl.de>
8 years ago
Karsten Sperling 5415381cf4 Add support for AWS_SESSION_TOKEN and fix bug when multiple hosted zones exist 8 years ago
klemens 329174b6d9 spelling fixes 8 years ago
neilpang 39d1eeda23 fix for solaris 8 years ago
neilpang dfbc244b00 support aws remove 8 years ago
Marcello Barnaba c12be766e9 Fix Route53 API consumer
Ignoring the Chthlulu argument 😃, Route53 returns its XML all on one line, making not possible to grep the hosted zone record with egrep/sed.

This change splits the XML in multiple lines, so that parsing can succeed.
8 years ago
neilpang 2f1bc5864f fix format 8 years ago
neilpang 16d79ebaac fix format 8 years ago
neilpang e009ec8b93 Support AWS Route53 api 8 years ago