zoryn-check-packages(1)

ZORYN-CHECK-PACKAGES(1) Zoryn Manual ZORYN-CHECK-PACKAGES(1)

NAME

zoryn-check-packages - Run package quality checks (sisyphus_check, etc.).

SYNOPSIS

zoryn check packages [OPTION]… [PATH]…

DESCRIPTION

Check RPM packages for policy violations using sisyphus_check and other configurable tools. Runs check tools directly on the host against specified packages.

If no paths are specified, checks packages in current builder's hasher repository.

CONFIGURATION

Check tools are configured in ~/.zoryn:


[check.tools.sisyphus_check]
command = sisyphus_check --no-check=gpg {packages_dir}
fatal = true
order = 10

ARGUMENTS

PATH
RPM files or directories to check.

OPTIONS

-b NAME, --builder=NAME
Builder for template variable expansion.
-C DIR
Change to directory DIR before running.
-d, --debug
Enable debug output.
--skip-check=LIST
Skip specified check tools (comma-separated). Use 'all' to skip all checks.
--tool=NAME
Run only specified tool(s) (comma-separated).
-v, --verbose
Show build output on screen (in addition to log file).

COMMON OPTIONS

--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
--version
Show version information.

EXIT STATUS

zoryn check packages exits with:

0
on success.
123
on indiscriminate errors reported on standard error.
124
on command line parsing errors.
125
on unexpected internal errors (bugs).

EXAMPLES

Check packages in hasher repo:


zoryn check packages

Check specific RPM files:


zoryn check packages ./hasher_out/*.rpm

Skip sisyphus_check:


zoryn check packages --skip-check=sisyphus_check

SEE ALSO

zoryn-build(1), zoryn-submit(1)

zoryn(1)

Zoryn 0.46.0