Commit Graph

60 Commits (d3de50e0f9c130a2ebedb6ae24c661d3240c647e)

Author SHA1 Message Date
neilpang 9eeebb147f fix osx build 7 years ago
neilpang 529cbc0379 run ci in docker 7 years ago
neilpang f62457a24e fix 7 years ago
neilpang cc6610edc2 add socat 8 years ago
neilpang 7b8ddfdd96 use socat 8 years ago
neilpang 13a8c309f5 fix new shellcheck errors 8 years ago
neilpang 4fd63f4e30 fix ci 8 years ago
neil d6edff3182 fix ci 8 years ago
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>
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
Bastian Bittorf 3b67cf4378 dnsapi/dns_dp.sh: shellcheck: fix 1 occurence of SC2126
shellcheck message was:
"Consider using grep -c instead of grep | wc"
8 years ago
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.
8 years ago
neilpang 058e5d5f4b LF 8 years ago
neil 8b1fb3cb0c Dev (#419)
* fix CI

* fix ci

* fix ci
8 years ago
neilpang 74a7592b4b fix ci, remove NGROK_TOKEN_OSX 8 years ago
neilpang df86ff2191 fix ci 8 years ago
neilpang 41266f05e9 fix CI 8 years ago
neilpang d2aa331838 fix ci 8 years ago
neilpang 670cb9d223 fix ci 8 years ago
neilpang a205762bf0 fix ci 8 years ago
neilpang 2ffab66d97 fix ci 8 years ago
neilpang 10a6aec998 fix ci 8 years ago
neil 7cbe31baad fix ci 8 years ago
neil 8a09dc1b9b fix ci 8 years ago
neil fa6e174651 fix ci 8 years ago
neil 8dee328eae fix ci 8 years ago
neil 340155e6a6 fix ci 8 years ago
neil 7fe19a030a fix osx ci 8 years ago
neil 11e0ccdc91 fix ci 8 years ago
neil e55b2f4f8d fix ci 8 years ago
neilpang d78c1f695e fix ci 8 years ago
neilpang cfbb3e86b3 fix ci 8 years ago
neilpang fa6234e417 add NGROK_TOKEN_OSX 8 years ago
neilpang 9eeae9ad7e fix ch 8 years ago
neilpang 28688488ff fix ci 8 years ago
neilpang 41d804719f fix ci 8 years ago
neilpang bc18168662 fix ci 8 years ago
neilpang 1fadae82c7 fix ci 8 years ago
neilpang 791c62ca64 fix ci 8 years ago
neilpang 4441a6ff59 support osx CI 8 years ago
neilpang 5a7b7b51c5 fix ngrok 8 years ago
neilpang fa574fe833 fix shfmt 8 years ago
neilpang 9a6e18ce80 fix shfmt 8 years ago
neilpang 8f9034fc8b fix shfmt 8 years ago
neilpang c947322a69 sudo for travis 8 years ago
neilpang 09f1c58872 test ngrok 8 years ago
neilpang 7f944c2c8b test ngrok 8 years ago
neilpang 1c02b85802 test ngrok 8 years ago
neilpang a2801649b4 test ngrok 8 years ago
neilpang 15777732d3 test ngrok 8 years ago