1PACKIT LOCAL-BUILD(1) packit local-build Manual PACKIT LOCAL-BUILD(1)
2
3
4
6 packit-local-build - Create RPMs using content of the upstream...
7
9 packit local-build [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, it defaults to the current working directory
16
18 --upstream-ref TEXT
19 Git ref of the last upstream commit in the current branch from
20 which packit should generate patches (this option implies the
21 repository is source-git).
22
23 --release-suffix TEXT
24 Specifies release suffix. Allows to override default gener‐
25 ated:{current_time}.{sanitized_current_branch}{git_desc_suffix}
26
27 --default-release-suffix
28 Allows to use default, packit-generated, release suffix when
29 some release_suffix is specified in the configuration.
30
31
32
33 2022-06-29 PACKIT LOCAL-BUILD(1)