1PACKIT BUILD IN-COPR(1) packit build in-copr Manual PACKIT BUILD IN-COPR(1)
2
3
4
6 packit-build-in-copr - Build selected upstream project in Copr.
7
9 packit build in-copr [OPTIONS] [PATH_OR_URL]
10
12 Build selected upstream project in Copr.
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 --wait / --no-wait
21 Wait for the build to finish
22
23 --owner TEXT
24 Copr user, owner of the project. (defaults to username from copr
25 config)
26
27 --project TEXT
28 Project name to build in. Will be created if does not exist.
29 (defaults to the first found project value in the config file or
30 'packit-cli-{repo_name}-{branch/commit}')
31
32 --targets TEXT
33 Comma separated list of chroots to build in. (defaults to 'fe‐
34 dora-rawhide-x86_64')
35
36 --description TEXT
37 Description of the project to build in.
38
39 --instructions TEXT
40 Installation instructions for the project to build in.
41
42 --list-on-homepage
43 Created copr project will be visible on copr's home-page.
44
45 --preserve-project
46 Created copr project will not be removed after 60 days.
47
48 --additional-repos TEXT
49 URLs to additional yum repos, which can be used during build.
50 Comma separated. This should be baseurl from .repo file. E.g.:
51 http://copr-be.cloud.fedoraproject.org/re‐
52 sults/rhughes/f20-gnome-3-12/fedora-$releasever-$basearch/
53
54 --upstream-ref TEXT
55 Git ref of the last upstream commit in the current branch from
56 which packit should generate patches (this option implies the
57 repository is source-git).
58
59 --request-admin-if-needed
60 Ask for admin permissions when we need to change settings of the
61 copr project and are not allowed to do so.
62
63 --enable-net / --disable-net
64 Copr build is built with explicitly enabled network access or
65 disabled
66
67 --release-suffix TEXT
68 Specifies release suffix. Allows to override default gener‐
69 ated:{current_time}.{sanitized_current_branch}{git_desc_suffix}
70
71 --default-release-suffix
72 Allows to use default, packit-generated, release suffix when
73 some release_suffix is specified in the configuration.
74
75 --module-hotfixes
76 Created copr project will have module_hotfixes set to True
77
78 -p, --package TEXT
79 Package to build, if more than one available, like in a monorepo
80 configuration. Use it multiple times to select multiple pack‐
81 ages.Defaults to all the packages listed inside the config.
82
83
84
850.87.1 2023-11-30 PACKIT BUILD IN-COPR(1)