1PACKIT BUILD(1) packit build Manual PACKIT BUILD(1)
2
3
4
6 packit-build - Build selected upstream project in Fedora.
7
9 packit build [OPTIONS] [PATH_OR_URL]
10
12 Build selected upstream project in Fedora.
13
14 By default, packit checks out the respective dist-git repository and
15 performs `fedpkg build` for the selected branch. With `--from-up‐
16 stream`, packit creates a SRPM out of the current checkout and sends it
17 to koji.
18
19 PATH_OR_URL argument is a local path or a URL to the upstream git
20 repository, it defaults to the current working directory
21
23 --dist-git-branch TEXT
24 Comma separated list of target branches in dist-git to release
25 into. (defaults to repo's default branch)
26
27 --dist-git-path TEXT
28 Path to dist-git repo to work in. Otherwise clone the repo in a
29 temporary directory.
30
31 --from-upstream
32 Build the project in koji directly from the upstream repository
33
34 --koji-target TEXT
35 Koji target to build inside (see `koji list-targets`).
36
37 --scratch
38 Submit a scratch koji build
39
40 --nowait
41 Don't wait on build
42
43
44
45 2021-11-25 PACKIT BUILD(1)