1PACKIT BUILD(1)               packit build Manual              PACKIT BUILD(1)
2
3
4

NAME

6       packit-build - Build selected upstream project in Fedora.
7

SYNOPSIS

9       packit build [OPTIONS] [PATH_OR_URL]
10

DESCRIPTION

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

OPTIONS

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       --release-suffix TEXT
44              Specifies  release  suffix.  Allows  to  override default gener‐
45              ated:{current_time}.{sanitized_current_branch}{git_desc_suffix}
46
47       --default-release-suffix
48              Allows to use default,  packit-generated,  release  suffix  when
49              some release_suffix is specified in the configuration.
50
51
52
53                                  2022-06-29                   PACKIT BUILD(1)
Impressum