Commit Graph

1290 Commits (506f36b26ddc0dae35a5bf11316ae0fbe53c4fda)
 

Author SHA1 Message Date
neil 911a2084d4 Merge pull request from Neilpang/dev
Dev
neilpang 839bf0e2c9 fix format
neil 25555b8c3e pass the paths to reload cmd
neil cd7ac94f35 Merge pull request from Neilpang/dev
fix format
neilpang 68aea3af9e fix format
neil cdb3216cc9 Merge pull request from Neilpang/dev
add --remove
neilpang 78f0201dfa add --remove
neil 2cd47b0240 Merge pull request from Neilpang/dev
minor, fix alias
neilpang be83a6a37a minor, fix alias
neil 8ca99e85b0 Merge pull request from Neilpang/dev
Dev
neilpang f5b546b3c8 rename to LE_CONFIG_HOME
neil 50c9d17830 Merge pull request from Neilpang/random
Random
neilpang d87af4788e Merge branch 'random' into dev
# Conflicts:
#	acme.sh
neilpang 0f21537f14 format
neilpang 0533bde9f2 Merge branch 'random' into dev
# Conflicts:
#	acme.sh
neilpang 32b3717c32 random minute
neil d950f801af Merge pull request from Neilpang/comma
Comma
neil a8ab028b84 Merge pull request from Neilpang/comma
fix comma in domain
neilpang 2aff36e74b fix comma in domain
neil db7e4bf940 fix format
neil ee20015d44 fix format
neilpang 80941f8413 minor
neilpang cf909db159 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
neilpang 27dbe77fad add "--config-home"
Philipp Grosswiler 38f2334360 Added support for Linode DNS API.
neil 6489a48e1f Merge pull request from Neilpang/dev
Dev
neil ca24d1762e Merge pull request from bittorf/master
travis: use only POSIX constructs here, avoid bashisms
Bastian Bittorf 2f4b84c074 travis: use only POSIX constructs here, avoid bashisms
e.g. [[ ]] -> [ ] and 'which' -> command -V

Although this is not strictly needed, it keeps the project uniformly POSIX.

Signed-off-by: Bastian Bittorf <bb@npl.de>
neil 6ae810a1fa Merge pull request from Neilpang/dev
Dev
neil 3e3f695536 Merge pull request from bittorf/master
shellcheck: fix several occurences of SC2034
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>
neil f2d9930773 Merge pull request from Neilpang/dev
minor
neilpang 2fbf399156 minor
Geoffroi 5fe91d6577 Correction of test from comment of Neilpang + Correction of CRLF with sh not working correctly
Geoffroi 753d0e7df7 Syntax fix part 2
Geoffroi e2cc350fbc Fix function name
Geoffroi 07feb87dee Travis fix
Geoffroi 1699e94f0f Adding kong deploy script (https://getkong.org)
neil 8a1e335bf5 Merge pull request from Neilpang/dev
Dev
neil 5413bf8753 minor, clear account key cache if new-authz error.
neil c4c5ecd03d Merge pull request from bittorf/master
dnsapi/dns_dp.sh: shellcheck: fix 1 occurence of SC2126
Bastian Bittorf 3b67cf4378 dnsapi/dns_dp.sh: shellcheck: fix 1 occurence of SC2126
shellcheck message was:
"Consider using grep -c instead of grep | wc"
neil f3c937f9ed Merge pull request from Neilpang/dev
minor, fix shellcheck warning
neilpang 671a699472 minor, fix shellcheck warning
neil cc4fa1c6bd Merge pull request from Neilpang/dev
Dev
neilpang d11d476126 "Don't use [] around ranges in tr, it replaces literal square brackets."
neil 1ce06c7cdd Merge pull request from bittorf/master
dnsapi/dns_lexicon.sh: shellcheck: fix 4 occurences of SC2021
Bastian Bittorf 800f02ba38 dnsapi/dns_lexicon.sh: shellcheck: fix 4 occurences of SC2021:
"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.
neil 79964b0e85 Merge pull request from Neilpang/dev
Dev
neil 0924d11bbf Merge pull request from wizonesolutions/fix-bad-domain-id-parse
Trim potential closing curly brace.