- 13 Jan, 2017 1 commit
-
-
Bastian Bittorf authored
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>
-
- 09 Jan, 2017 3 commits
-
-
Bastian Bittorf authored
shellcheck message was: "Consider using grep -c instead of grep | wc"
-
neilpang authored
-
Bastian Bittorf authored
"Don't use [] around ranges in tr, it replaces literal square brackets." this introduces another warning: "Use '[:lower:]' to support accents and foreign alphabets." This is more a style thingy because we really want to only catch A-Z. work around this by using a shellcheck-directive and a comment that the [:lower:] will not work with e.g. busybox-ash. if we later really want to use [:lower:], we should use 'sed' for that.
-
- 07 Jan, 2017 1 commit
-
-
Kevin Kaland authored
Fixes GH-517.
-
- 06 Jan, 2017 1 commit
-
-
Karsten Sperling authored
-
- 03 Jan, 2017 5 commits
-
-
Paul Koppen authored
-
Paul Koppen authored
-
Paul Koppen authored
-
Paul Koppen authored
* Use `_head_n`. * Add link to GitHub repo for bug reporting.
-
Paul Koppen authored
-
- 02 Jan, 2017 1 commit
-
-
Paul Koppen authored
-
- 27 Dec, 2016 2 commits
-
-
- 14 Dec, 2016 1 commit
-
-
klemens authored
-
- 07 Dec, 2016 5 commits
- 06 Dec, 2016 6 commits
- 04 Dec, 2016 7 commits
-
-
Marcello Barnaba authored
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. -
kookxiang authored
-
neilpang authored
-
neilpang authored
-
neilpang authored
-
neil authored
* do not use script home * fix format * fix issue when there is no one records in the domain.
-
neilpang authored
-
- 25 Nov, 2016 2 commits
- 24 Nov, 2016 4 commits
-
-
sjau authored
-
sjau authored
-
neilpang authored
-
baiyangliu authored
* Add DNS API support for aliyun * Update README.md * format * format * format * format... * format... * format * format * fix bug * fix bug * code format * code format * fix bug * just ok... * fix bug * fix bug * fix bug * change "echo" to "printf" * fix bug * code format * fix bug."head -c" in function _ali_nonce not supported by solaris * fix bug."head -c" in function _ali_nonce not supported by solaris * format * fix bug._ali_nonce not work on solaris * fix bug. _ali_nonce not work on solaris * fix bug. _ali_nonce not work on solaris * add aliyun.com to README.md
-
- 20 Nov, 2016 1 commit
-
-
neilpang authored
-