Skip to content
Merged
Show file tree
Hide file tree
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/cli/build/in-copr.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ for more details). Alternatively you can use copr API token available [here](htt
PATH_OR_URL argument is a local path or a URL to the upstream git
repository, it defaults to the current working directory.

Copr configuration needs to be set before usage.
https://docs.pagure.org/copr.copr/user_documentation.html#quick-start

Options:
--wait / --no-wait Wait for the build to finish
--owner TEXT Copr user, owner of the project. (defaults
Expand Down
1 change: 1 addition & 0 deletions docs/cli/build/in-mock.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ packit build in-mock --root=fedora-40-x86_64
-r, --root TEXT Uses specified chroot configuration. If ends with
'.cfg', then it is treated as full path to the
mock configuration.
--default-resultdir Use the default result directory from mock
--resultdir DIRECTORY Specifies the resultdir option for ‹mock› command,
for details see mock(1)
-p, --package TEXT Package to build, if more than one available, like
Expand Down
9 changes: 6 additions & 3 deletions docs/cli/config/validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ Validate the Packit configuration file.
- checks whether monitoring is enabled if 'pull_from_upstream` is used

PATH_OR_URL argument is a local path or a URL to a git repository with
packit configuration file
packit configuration file config: Optional path to a specific Packit
configuration file.

Options:
--offline Do not make remote API calls requiring network access.
-h, --help Show this message and exit.
--offline Do not make remote API calls requiring network
access.
-c, --config-path PATH Path to a specific Packit configuration file.
-h, --help Show this message and exit.