mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 06:25:49 +00:00

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>
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
/*.buildinfo
|
|
/*.changes
|
|
/*.deb
|
|
/build/
|
|
/cd-info.test
|
|
/proxmox-installer-[0-9]*/
|
|
/target/
|
|
/test*.img
|
|
/testdir/
|
|
Cargo.lock
|
|
locale-info.json
|