PKGCTL-BUILD(1) | PKGCTL-BUILD(1) |
NAME
pkgctl-build - Build packages inside a clean chroot
SYNOPSIS
pkgctl build [OPTIONS] [PATH...]
DESCRIPTION
Build packages in clean chroot environment, offering various options and functionalities to customize the package building process.
By default, chroot environments are located in /var/lib/archbuild/.
BUILD OPTIONS
--arch ARCH
--repo REPO
-s, --staging
-t, --testing
-o, --offload
-c, --clean
--inspect WHEN
Possible values for WHEN are 'never', 'always' or 'failure'
-w, --worker SLOT
--nocheck
INSTALL OPTIONS
-I, --install-to-chroot FILE
-i, --install-to-host MODE
PKGBUILD OPTIONS
--pkgver=PKGVER
--pkgrel=PKGREL
--rebuild
--update-checksums
Should only be used in special circumstances, like when adding new patch files to the source array. During regular packaging operations, checksums are either automatically updated when upgrading a package using --pkgver or should remain immutable during rebuilds.
-e, --edit
RELEASE OPTIONS
-r, --release
Specifying this option is required when using any of the following options in this section
-m, --message MSG
-u, --db-update
OPTIONS
-h, --help
SEE ALSO
pkgctl-release(1) pkgctl-db-update(1)
HOMEPAGE
https://gitlab.archlinux.org/archlinux/devtools
Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
2025-02-25 |