Update issue templates, output gzipped version of repo JSON

This commit is contained in:
arkon
2020-08-02 18:55:14 -04:00
parent 8fdfba373f
commit e61c2d72c7
15 changed files with 37 additions and 34 deletions

View File

@ -39,6 +39,9 @@ for APK in ${APKS[@]}; do
--arg version "$VNAME" \
'{name:$name, pkg:$pkg, apk:$apk, lang:$lang, code:$code, version:$version}'
done | jq -scr '[.[]]' > index.json
done | jq -sr '[.[]]' > index.json
# Alternate gzipped copy
gzip -c index.json > index.json.gz
cat index.json