Update users, merge the scripts

This commit is contained in:
Graham Christensen 2018-02-23 17:10:56 -05:00
parent c5464b6406
commit 4bd9562075
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
3 changed files with 3 additions and 4 deletions

View file

@ -34,6 +34,7 @@
"disassembler",
"domenkozar",
"dotlambda",
"dtzwill",
"dywedir",
"edolstra",
"edwtjo",

View file

@ -1,4 +0,0 @@
#!/usr/bin/env nix-shell
#!nix-shell -p bash -p jq -p curl -i bash
jq -s '.[0] * .[1] * .[2]' ./config.public.json ./config.known-users.json ./config.private.json > ./config.prod.json

View file

@ -33,3 +33,5 @@ done
jq -s '{ "runner": { "known_users": .[0]}}' "$accumulator" > "$dest"
rm -f "$result" "$scratch" "$accumulator"
jq -s '.[0] * .[1] * .[2]' ./config.public.json ./config.known-users.json ./config.private.json > ./config.prod.json