Skip to content

Commit

Permalink
Document the bootstrap option of copr_build job (#936)
Browse files Browse the repository at this point in the history
Document the `bootstrap` option of `copr_build` job

Related to packit/packit-service#2432.

Reviewed-by: Laura Barcziová
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 19, 2024
2 parents 41cf65d + c61facc commit b97272b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configuration/upstream/copr_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b97272b

Please sign in to comment.