From c61facc212f7804e785e1543a82ea7b17ba773b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 19 Sep 2024 11:26:19 +0200 Subject: [PATCH] Document the `bootstrap` option of `copr_build` job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- docs/configuration/upstream/copr_build.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/upstream/copr_build.md b/docs/configuration/upstream/copr_build.md index 784d51e55..a8b1b20df 100644 --- a/docs/configuration/upstream/copr_build.md +++ b/docs/configuration/upstream/copr_build.md @@ -46,6 +46,11 @@ With this configuration, you'll get builds in all stable fedora releases Prefix with `@` in case of a group. * **project** - a name of the Copr project (defaults to `"{github_namespace}-{repository_name}-{pr_id}"`) * **additional_repos** - a list of additional buildroot repositories +* **bootstrap** - mock bootstrap setup. Accepted values are: + * `default` - use default configuration from `mock-core-configs` package + * `on` - enable bootstrapping + * `off` - disable bootstrapping + * `image` - enable bootstrapping and initialize the bootstrap chroot from a container image * **list_on_homepage** - The project will be shown on Copr frontend homepage if set to `True`. Defaults to `False`. The value is represented as `unlisted_on_hp` in Copr project settings.