1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-19 10:50:11 +00:00
jfa-go/config
Harvey Tindall 9e9f46d97b
build: remove compile_mjml script, no python!
if I had taken a second to actually read the documentation, i'd have
    realized the mjml command can process a bunch of files at once.
    On my machine, cuts time down from ~800ms to ~500ms.
While there are still some scripts using python, none are needed to
build the software anymore, so no python build deps!
2024-08-26 17:01:34 +01:00
..
config-base.yaml config: migrate to new yaml format 2024-08-26 15:43:28 +01:00
config-json-to-new-yaml.py config: migrate to new yaml format 2024-08-26 15:43:28 +01:00
gen-rough-schema.py config: migrate to new yaml format 2024-08-26 15:43:28 +01:00
README.txt build: remove compile_mjml script, no python! 2024-08-26 17:01:34 +01:00

The two python scripts here, `config-json-to-new-yaml.py` and `gen-rough-schema.py` were used to convert the old format, which was stored in a JSON file, to the new format in YAML. The latter script is used to get the possible values for settings and sections, so they could be properly defined in common/config.go.