.. _mockbuild: mockbuild ========= .. program:: mockbuild Synopsis -------- :: sample-rpkg mockbuild [-h] [--root CONFIG] [--md5] [--no-clean] [--no-cleanup-after] [--no-clean-all] [--with BCOND_WITH] [--without BCOND_WITHOUT] Description ----------- This will use the mock utility to build the package for the distribution detected from branch information. This can be overridden using the global --release option. Your user must be in the local "mock" group. Options ------- .. option:: -h --help show this help message and exit .. option:: --root --mock-config Override mock configuration (like mock -r) .. option:: --md5 Use md5 checksums (for older rpm hosts) .. option:: --no-clean -n Do not clean chroot before building package .. option:: --no-cleanup-after Do not clean chroot after building (if automatic cleanup is enabled .. option:: --no-clean-all -N Alias for both ``--no-clean`` and ``--no-cleanup-after`` .. option:: --with Enable configure option (bcond) for the build .. option:: --without Disable configure option (bcond) for the build