The `make validate-rust` reproduces locally the same checks
we run in CI as gating by default; hook it up to the existing
`make validate`.
Signed-off-by: Colin Walters <walters@verbum.org>
In a fresh Fedora 39 container, I had to install the updated list of
dependencies to successfully run:
- cargo fmt
- cargo clippy
- cargo build --release
Signed-off-by: Micah Abbott <miabbott@redhat.com>
This simply pull the manifest of the image to see if any update and
available. It could be named `--dry-run` but I wanted to be consistent
with `rpm-ostree`
Fixes #3
Signed-off-by: jbtrystram <jbtrystram@redhat.com>