From ca4d348c86de0a466d48e6d99ac390729707c317 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 17 Nov 2019 21:24:02 -0500 Subject: doc: add manpage for the new makerepropkg tool Signed-off-by: Eli Schwartz --- doc/makerepropkg.1.asciidoc | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/makerepropkg.1.asciidoc (limited to 'doc') diff --git a/doc/makerepropkg.1.asciidoc b/doc/makerepropkg.1.asciidoc new file mode 100644 index 0000000..7d68e5e --- /dev/null +++ b/doc/makerepropkg.1.asciidoc @@ -0,0 +1,38 @@ +makerepropkg(1) +================ + +Name +---- +makerepropkg - Rebuild a package to see if it is reproducible + +Synopsis +-------- +makerepropkg [OPTIONS] + +Description +----------- + +Given the path to a built pacman package, attempt to rebuild it using the +PKGBUILD in the current directory. The package will be built in an environment +as closely matching the environment of the initial package as possible, by +building up a chroot to match the information exposed in the package's +linkman:BUILDINFO[5] manifest. On success, the resulting package will be +compared to the input package, and makerepropkg will report whether the +artifacts are identical. + +This implements a verifier for pacman/libalpm packages in accordance with the +link:https://reproducible-builds.org/[Reproducible Builds] project. + +Options +------- + +*-c*:: + Set the pacman cache directory. + +*-M* :: + Location of a makepkg config file. + +*-h*:: + Show this usage message + +include::footer.asciidoc[] -- cgit v1.2.3-54-g00ecf