1PACKIT BUILD LOCALLY(1) packit build locally Manual PACKIT BUILD LOCALLY(1)
2
3
4
6 packit-build-locally - Create RPMs using content of the upstream...
7
9 packit build locally [OPTIONS] [PATH_OR_URL]
10
12 Create RPMs using content of the upstream repository.
13
14 PATH_OR_URL argument is a local path or a URL to the upstream git
15 repository,
16 it defaults to the current working directory
17
18
20 --upstream-ref TEXT
21 Git ref of the last upstream commit in the current branch from
22 which packit should generate patches (this option implies the
23 repository is source-git).
24
25 --release-suffix TEXT
26 Specifies release suffix. Allows to override default gener‐
27 ated:{current_time}.{sanitized_current_branch}{git_desc_suffix}
28
29 --default-release-suffix
30 Allows to use default, packit-generated, release suffix when
31 some release_suffix is specified in the configuration.
32
33 -p, --package TEXT
34 Package to build, if more than one available, like in a monorepo
35 configuration. Use it multiple times to select multiple pack‐
36 ages.Defaults to all the packages listed inside the config.
37
38
39
400.87.1 2023-11-30 PACKIT BUILD LOCALLY(1)