qualudis(1)
Name
qualudis - A QA tool for ebuilds
Synopsis
qualudis [ options ] [ directories ... ]
Description
qualudis is a QA assistant for ebuilds and ebuild repositories. It checks for many common and potential mistakes and displays a summary of its findings.
Options
Actions
Selects which basic action to perform. Up to one action should be specified. If no action is specified, the directories specifed on the command line (or, if none, the current directory) are checked.
- -V, --version
- Display program version
- -h, --help
- Display program help
Options for general checks
Options relevant for the --owner actions.
- -L, --log-level
- Specify the log level
- debug
- Show debug output (noisy)
- qa
- Show QA messages and warnings only (default)
- warning
- Show warnings only
- silent
- Suppress all log messages (UNSAFE)
- -M, --message-level
- Specify the message level
- debug
- Show debug and upwards
- maybe
- Show maybe and upwards (default)
- minor
- Show minor and upwards
- normal
- Show normal and upwards
- severe
- Show severe and upwards
- --show-associated-keys
- Show the contents of relevant metadata keys
- never
- Never show metadata keys
- once
- Show each metadata key at most once (default)
- always
- Always show metadata keys
- -D, --repository-dir
- Where to find the repository (default: detected from ./ or ../ or ../..)
Configuration options
Options that control general configuration.
- --write-cache-dir
- Use a subdirectory named for the repository name under the specified directory for repository write cache
- --master-repository-dir
- Use the specified location for the master repository
- --use-repository-cache (--no-use-repository-cache)
- Use the repository's metadata cache, if available (faster, but may miss certain errors)
Environment
- QUALUDIS_OPTIONS
- Default command-line options.
