summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man1/makechrootpkg.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man1/makechrootpkg.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/makechrootpkg.1')
-rw-r--r--upstream/archlinux/man1/makechrootpkg.1121
1 files changed, 121 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/makechrootpkg.1 b/upstream/archlinux/man1/makechrootpkg.1
new file mode 100644
index 00000000..eee6d82e
--- /dev/null
+++ b/upstream/archlinux/man1/makechrootpkg.1
@@ -0,0 +1,121 @@
+'\" t
+.\" Title: makechrootpkg
+.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\" Date: 02/14/2024
+.\" Manual: \ \&
+.\" Source: \ \&
+.\" Language: English
+.\"
+.TH "MAKECHROOTPKG" "1" "02/14/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"
+makechrootpkg \- Build a PKGBUILD in a given chroot environment
+.SH "SYNOPSIS"
+.sp
+makechrootpkg [OPTIONS] \-r <chrootdir> [\-\-] [makepkg args]
+.SH "DESCRIPTION"
+.sp
+Run this script in a directory containing a PKGBUILD to build a package inside a clean chroot\&. Arguments passed to this script after the end\-of\-options marker (\-\-) will be passed to makepkg\&.
+.sp
+The chroot dir consists of the following directories: <chrootdir>/{root, copy} but only "root" is required by default\&. The working copy will be created as needed
+.sp
+The chroot "root" directory must be created via the following command: mkarchroot <chrootdir>/root base\-devel
+.sp
+This script reads {SRC,SRCPKG,PKG,LOG}DEST, MAKEFLAGS and PACKAGER from makepkg\&.conf(5), if those variables are not part of the environment\&.
+.sp
+Default makepkg args: \-\-syncdeps \-\-noconfirm \-\-log \-\-holdver \-\-skipinteg
+.SH "OPTIONS"
+.PP
+\fB\-h\fR
+.RS 4
+Show this usage message
+.RE
+.PP
+\fB\-c\fR
+.RS 4
+Clean the chroot before building
+.RE
+.PP
+\fB\-d\fR <dir>
+.RS 4
+Bind directory into build chroot as read\-write
+.RE
+.PP
+\fB\-D\fR <dir>
+.RS 4
+Bind directory into build chroot as read\-only
+.RE
+.PP
+\fB\-u\fR
+.RS 4
+Update the working copy of the chroot before building This is useful for rebuilds without dirtying the pristine chroot
+.RE
+.PP
+\fB\-r\fR <dir>
+.RS 4
+The chroot dir to use
+.RE
+.PP
+\fB\-I\fR <pkg>
+.RS 4
+Install a package into the working copy of the chroot
+.RE
+.PP
+\fB\-l\fR <copy>
+.RS 4
+The directory to use as the working copy of the chroot Useful for maintaining multiple copies Default: $USER
+.RE
+.PP
+\fB\-n\fR
+.RS 4
+Run namcap on the build package
+.RE
+.PP
+\fB\-C\fR
+.RS 4
+Run checkpkg on the build package
+.RE
+.PP
+\fB\-T\fR
+.RS 4
+Build in a temporary directory
+.RE
+.PP
+\fB\-U\fR
+.RS 4
+Run makepkg as a specified user
+.RE
+.PP
+\fB\-x\fR <when>
+.RS 4
+Inspect chroot after build, possible modes are
+\fInever\fR
+(default),
+\fIalways\fR
+or
+\fIfailure\fR
+.RE
+.SH "HOMEPAGE"
+.sp
+\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR
+.sp
+Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&.