Make data setup a no-option entry point
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user