packit-build - Man Page
Build selected upstream project in Fedora.
Synopsis
packit build [Options] [PATH_OR_URL]
Description
Build selected upstream project in Fedora.
By default, packit checks out the respective dist-git repository and performs `fedpkg build` for the selected branch. With `--from-upstream`, packit creates a SRPM out of the current checkout and sends it to koji.
PATH_OR_URL argument is a local path or a URL to the upstream git repository, it defaults to the current working directory
Options
- --dist-git-branch TEXT
Comma separated list of target branches in dist-git to release into. (defaults to repo's default branch)
- --dist-git-path TEXT
Path to dist-git repo to work in. Otherwise clone the repo in a temporary directory.
- --from-upstream
Build the project in koji directly from the upstream repository
- --koji-target TEXT
Koji target to build inside (see `koji list-targets`).
- --scratch
Submit a scratch koji build
- --nowait
Don't wait on build