Commit Graph

5 Commits

Author SHA1 Message Date
Christoph Heiss
dc401eb3f0 country.pl: generate final structure as json at build time directly
Currently, we generate a custom-format `country.dat` at build time,
which we then ship with the installer. In the live environment, this
then gets parsed (via regexes) into another format and is finally
written out as JSON for e.g. the TUI and auto-installer to consume.

Instead, skip the intermediate format completely and just generate the
final data structure as JSON at build time.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-12-10 18:00:24 +01:00
Thomas Lamprecht
dc8760d7fc gitignore: sort and ignore package build-directory
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-04-22 17:56:49 +02:00
Christoph Heiss
7667dbbce3 gitignore: add cd-info.test
It's a testfile and should thus be ignored.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2023-07-21 13:45:28 +02:00
Christoph Heiss
5e6eca8489 gitignore: merge TUI .gitignore into top-level
Since the TUI was put into a top-level workspace, the `target` folder
and lockfile exist too on that level.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2023-06-21 07:50:13 +02:00
Thomas Lamprecht
7fff67fe59 add basic gitignore file
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-06-09 09:36:58 +02:00