Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aueam committed Oct 8, 2023
1 parent 78a0fdb commit 63fb12e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Cargo.lock

assets/catalog.dependency.C
assets/catalog.encumbered.dependency.C
assets/oi-userland/

.idea

data.bin
problems.bin
data.bin
problems.bin
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ Just run `make`, it will download some assets and compiles application.

### Use

- Clone [oi-userland repo](https://github.com/OpenIndiana/oi-userland.git) into `/tmp`
- Run the analysis with `target/release/oi-pkg-checker data run --catalog $(pwd)/assets/catalog.dependency.C --catalog $(pwd)/assets/catalog.encumbered.dependency.C --repo-path /tmp/oi-userland`
- Run the analysis with `target/release/oi-pkg-checker run --catalog $(pwd)/assets/catalog.dependency.C --catalog $(pwd)/assets/catalog.encumbered.dependency.C`
- Output is `data.bin` and `problems.bin`
- Re-print problems with `target/release/oi-pkg-checker print-problems`
- Update assets with `target/release/oi-pkg-checker data update-assets --catalog $(pwd)/assets/catalog.dependency.C --encumbered-catalog $(pwd)/assets/catalog.encumbered.dependency.C --repo-path /tmp/oi-userland/`
- Update assets with `make update`

#### Check fmri

You can check fmri with `target/release/oi-pkg-checker check-fmri metapackages/build-essential --repo-path /tmp/oi-userland` to see what packages need
You can check fmri with `target/release/oi-pkg-checker check-fmri metapackages/build-essential` to see what packages need
that fmri.

0 comments on commit 63fb12e

Please sign in to comment.