Output minified repo JSON as well
This commit is contained in:
parent
93afbc3c15
commit
e29f20c981
|
@ -42,6 +42,9 @@ for APK in ${APKS[@]}; do
|
||||||
|
|
||||||
done | jq -sr '[.[]]' > index.json
|
done | jq -sr '[.[]]' > index.json
|
||||||
|
|
||||||
|
# Alternate minified copy
|
||||||
|
cat index.json | jq -scr '.' > index.min.json
|
||||||
|
|
||||||
# Alternate gzipped copy
|
# Alternate gzipped copy
|
||||||
gzip -c index.json > index.json.gz
|
gzip -c index.json > index.json.gz
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue