Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2023-04-01 00:12:56 +0200
committerLevente Polyak <anthraxx@archlinux.org>2023-05-20 00:08:12 +0200
commitf3518e248cc8be165009f2200ff3b6500bfc0476 (patch)
tree294492e6b9886e60da8eda24c6fb2487499b59dc /doc
parent6c2498750e158f49a0e4ebdf93b5991abf45c7d1 (diff)
build: support nocheck for initial bootstrap builds
Output a warning when this option is used to remind packagers to rebuild the packages with checks once the bootstrap cycle has been completed.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/pkgctl-build.1.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man/pkgctl-build.1.asciidoc b/doc/man/pkgctl-build.1.asciidoc
index 132c0a4..6ae3872 100644
--- a/doc/man/pkgctl-build.1.asciidoc
+++ b/doc/man/pkgctl-build.1.asciidoc
@@ -38,6 +38,9 @@ Build Options
*-I, --install* 'FILE'::
Install a package into the working copy of the chroot
+*--nocheck*::
+ Do not run the check() function in the PKGBUILD
+
PKGBUILD Options
----------------