Commit Graph

5 Commits

Author SHA1 Message Date
Max Leonard Inden
cbb03d387c *.sh: Set sane bash options on shell scripts
Adding the following accross the project:

```bash
/# exit immediately when a command fails
set -e
/# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
/# error on unset variables
+set -u

```
2018-08-16 11:20:38 +02:00
Max Leonard Inden
cd709826c9 format: Introduce shellcheck [1] for shell script analysis
[1] https://github.com/koalaman/shellcheck
2018-07-08 16:58:17 +02:00
Joakim Karlsson
62fff622e9 Update gencerts.sh 2018-05-29 11:42:20 +02:00
Joakim Karlsson
2093b981a0 Mac compat
Make certgen work on OSX
2018-05-29 11:40:50 +02:00
Frederic Branczyk
507617e150 Remove old manifests and replace with jsonnet build 2018-04-13 13:36:34 +02:00