diff options
author | kpcyrd <kpcyrd@archlinux.org> | 2023-08-25 04:02:56 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-11-26 16:48:15 +0100 |
commit | ae14c246b800139e3a8f5589fb8fe12aaeab6a76 (patch) | |
tree | f0f339444b78f906de59da1e412943736f08e60d /doc | |
parent | cc369e86d2e060d8b65c7dbbb0c933d18f8aa6b0 (diff) | |
download | devtools-ae14c246b800139e3a8f5589fb8fe12aaeab6a76.tar.xz |
feat(makerepropkg): Add option to skip running check for speedup
Add -n to allow running makepkg with --nocheck. This is useful to reduce
the time required to reproduce a package, as they should not depend on
running the check function for being reproducible.
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/makerepropkg.1.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man/makerepropkg.1.asciidoc b/doc/man/makerepropkg.1.asciidoc index 6044d7c..51a81ff 100644 --- a/doc/man/makerepropkg.1.asciidoc +++ b/doc/man/makerepropkg.1.asciidoc @@ -42,6 +42,9 @@ Options *-d*:: If packages are not reproducible, compare them using diffoscope. +*-n*:: + Do not run the check() function in the PKGBUILD. + *-c*:: Set the pacman cache directory. |