'\" t
.\" Title: repro
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot
.\" Date: 06/17/2024
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "REPRO" "8" "06/17/2024" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
repro \- reproducible builds utility
.SH "SYNOPSIS"
.sp
\fIrepro\fR [options]
.SH "DESCRIPTION"
.sp
\fIrepro\fR is a script to help with verifying and checking reproducibility of packages\&. It builds a \fBsystemd-nspawn\fR(1) container with the Arch Linux bootstrap image to build packages in a clean chroot\&.
.sp
It takes a package as an argument and attempts to recreate the package with the information provided with \fBBUILDINFO\fR(5)\&. It will use the Arch Linux archive to fetch packages with the correct pkgver\&.
.SH "OPTIONS"
.PP
\fB\-h\fR
.RS 4
Print help\&.
.RE
.PP
\fB\-d\fR
.RS 4
When enabled
\fBdiffoscope\fR(1)
is run on the produced packages\&.
DIFFOSCOPE
can be set in
\fBrepro.conf\fR(5)
to change the diffoscope command\&.
.RE
.PP
\fB\-f\fR
.RS 4
When enabled,
repro
check for a PKGBUILD file in the current working directory\&. This one is used to build the package instead of checking out a PKGBUILD from asp\&.
.RE
.PP
\fB\-n\fR
.RS 4
When enabled makepkg runs with \-\-nocheck\&.
.RE
.PP
\fB\-o\fR
.RS 4
Set the output directory for the rebuilt packages\&. Defaults to
\&./build\&.
.RE
.SH "SEE ALSO"
.sp
\fBmakepkg\fR(8) \fBrepro.conf\fR(5)