From deb8dd130acb8467b2c407d27767d7b74556bd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Fri, 30 Jun 2023 03:42:43 -0400 Subject: [PATCH] Show how to specify additional mock parameters (#436) See #435 --- doc/builders.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/builders.md b/doc/builders.md index db23288..e350c3e 100644 --- a/doc/builders.md +++ b/doc/builders.md @@ -19,6 +19,11 @@ Alternatively, you can specify a mock chroot in the command line: tito build --rpm --arg=mock=fedora-rawhide-x86_64 +It is possible to specify additional Mock parameters in the config or +in the command line: + + tito build --rpm --arg mock_args="--no-clean --no-cleanup-after" + ## tito.builder.FetchBuilder An unorthodox builder which can build packages for a git repo which does not actually have any tito footprint. The location of sources, and the version/release to assume we're building, come from a configurable strategy.