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
6 changes: 5 additions & 1 deletion docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ files_to_sync:
#### paths
(*list*) List of relative paths in the upstream repository, which should be considered for the particular package
(used mainly for monorepositories). Defaults to the root of the repository (`["./"]`).
This is the only key that can appear only inside [`packages`](#packages) dictionary values.

The first item of the list changes the working directory from which `specfile_path` is calculated and where other
actions and commands are run from.

Other entries in this field list have no effect currently.

#### specfile_path

Expand Down
Loading