.\" Manpage for arch-repro-status. .TH ARCH-REPRO-STATUS "1" "August 2024" "arch-repro-status 1.4.1" "User Commands" .SH NAME arch-repro-status \- check the reproducibility status of your Arch Linux packages .SH SYNOPSIS .B arch-repro-status [OPTIONS] .SH DESCRIPTION Check the reproducibility status of the the Arch Linux packages using data from a rebuilderd instance such as reproducible.archlinux.org. It can show the reproducibility status of: .IP \[bu] 2 packages that belong to an individual package maintainer (uses the data from archlinux.org) .IP \[bu] 2 currently installed packages on the system (uses the data from pacman local database) .PP You can inspect the build logs and diffoscope of the packages by enabling the interactive mode via \f[C]-i\f[R]. .SS "OPTIONS:" .TP \fB\-q\fR, \fB\-\-quiet\fR Disables logging .TP \fB\-v\fR, \fB\-\-verbose\fR Increases the logging verbosity .TP \fB\-a\fR, \fB\-\-all\fR Checks all of the packages on the system .TP \fB\-m\fR, \fB\-\-maintainer\fR Sets the username of the maintainer [env: MAINTAINER=] .TP \fB\-r\fR, \fB\-\-rebuilderd\fR Sets the address of the rebuilderd instance [env: REBUILDERD=] [default: https://reproducible.archlinux.org] .TP \fB\-b\fR, \fB\-\-dbpath\fR Sets the path to the pacman database [env: DBPATH=] [default: /var/lib/pacman] .TP \fB\-\-repos\fR Sets the repositories to query [default: core,extra,multilib] .TP \fB\-n\fR, \fB\-\-pkgnames\fR Sets the comma-delimited list of packages to query for [env: PKGNAME=] .TP \fB\-f\fR, \fB\-\-filter\fR Sets the filter for package status [env: FILTER=] [possible values: GOOD, BAD, UNKWN] .TP \fB\-i\fR, \fB\-\-inspect\fR Views the build log or diffoscope of the interactively selected package .TP \fB\-p\fR, \fB\-\-pager\fR Sets the pager for viewing files [env: PAGER=] [default: less] .TP \fB\-c\fR, \fB\-\-cache\-dir\fR Sets the cache directory for log files [env: CACHE_DIR=] .TP \fB\-h\fR, \fB\-\-help\fR Print help information .TP \fB\-V\fR, \fB\-\-version\fR Print version information .SH BUGS Report bugs at .SH ABOUT .P \fIarch-repro-status\fR is maintained by Orhun Parmaksız, and released under the MIT license. See the project homepage at for full documentation.