We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runtime_dependencies
1 parent 20fe25b commit ad5b5d4Copy full SHA for ad5b5d4
1 file changed
docs/configuration/upstream/copr_build.md
@@ -48,6 +48,9 @@ With this configuration, you'll get builds in all stable fedora releases
48
Prefix with `@` in case of a group.
49
* **project** - a name of the Copr project (defaults to `"{github_namespace}-{repository_name}-{pr_id}"`)
50
* **additional_repos** - a list of additional buildroot repositories
51
+* **runtime_dependencies** - a list of repositories to be included when the copr repo is enabled.
52
+ If not specified the values in `additional_repos` are used. Use an empty list or a specific value
53
+ to override this behavior.
54
* **bootstrap** - mock bootstrap setup. Accepted values are:
55
* `default` - use default configuration from `mock-core-configs` package
56
* `on` - enable bootstrapping
0 commit comments