Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions scripts/alternate_artifacts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Alternate artifacts

Artifacts in this folder are **not** part of a normal iLEAPP run. They are
developer/tooling oriented modules that are only loaded when the CLI is given
this folder explicitly:

```
python3 ileapp.py -t zip -i <extraction.zip> -o <output> \
--custom_artifacts_path scripts/alternate_artifacts
```

The GUI and default CLI runs never load them, so regular users are unaffected.

## Modules

- **appInventory.py** — writes three tables into the LAVA SQLite output
(`_lava_artifacts.db`) for parsing-coverage analysis (used by batch-leapp to
determine which installed apps are not parsed by the tooling):
- `extractioninfo`: extraction/device/run identifiers
- `installedappinventory`: one row per app container (bundle ID, path, UUID)
- `appfileinventory`: every file in the extraction mapped to its app
container (lava_only; can be hundreds of thousands of rows)
Loading
Loading