Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/configuration/upstream/copr_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ 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
* **runtime_dependencies** - a list of repositories to be included when the copr repo is enabled.
If not specified the values in `additional_repos` are used. Use an empty list or a specific value
to override this behavior.
* **bootstrap** - mock bootstrap setup. Accepted values are:
* `default` - use default configuration from `mock-core-configs` package
* `on` - enable bootstrapping
Expand Down
Loading