Make data setup a no-option entry point

This commit is contained in:
Armin
2026-06-15 17:53:31 +02:00
parent 9b925f340f
commit 55b4895872
4 changed files with 15 additions and 89 deletions
+3 -9
View File
@@ -61,21 +61,15 @@ Observed checksum after download on 2026-06-11:
sha256 2cd8c9108b1b0b9c1b6594bb21acee709c70259cd02f450bc69fc09b505fc9fb
```
## Preflight check
## Local source check and rebuild
From the repository root, run:
```bash
bash data-setup/run_data_setup.sh --dry-run
```
To check local raw file placement and print byte sizes/checksums, run:
To check local raw file placement and print byte sizes/checksums directly, run:
```bash
bash data-setup/check_raw_data.sh
```
After restricted/manual files are in place, run the full local rebuild and comparison test with:
Run the full source-data setup, rebuild, and comparison test with:
```bash
bash data-setup/run_data_setup.sh