1PACKIT BUILD IN-MOCK(1) packit build in-mock Manual PACKIT BUILD IN-MOCK(1)
2
3
4
6 packit-build-in-mock - Build RPMs in mock using content of the...
7
9 packit build in-mock [OPTIONS] [PATH_OR_URL]
10
12 Build RPMs in mock 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 -r, --root TEXT
34 Uses specified chroot configuration. If ends with '.cfg', then
35 it is treated as full path to the mock configuration.
36
37
38
39 2023-01-20 PACKIT BUILD IN-MOCK(1)