1PACKIT COPR-BUILD(1) packit copr-build Manual PACKIT COPR-BUILD(1)
2
3
4
6 packit-copr-build - Build selected upstream project in COPR.
7
9 packit copr-build [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, it defaults to the current working directory.
16
18 --nowait
19 Don't wait for build
20
21 --owner TEXT
22 Copr user, owner of the project. (defaults to username from copr
23 config)
24
25 --project TEXT
26 Project name to build in. Will be created if does not exist.
27 (defaults to the first found project value in the config file or
28 'packit-cli-{repo_name}-{branch/commit}')
29
30 --targets TEXT
31 Comma separated list of chroots to build in. (defaults to 'fe‐
32 dora-rawhide-x86_64')
33
34 --description TEXT
35 Description of the project to build in.
36
37 --instructions TEXT
38 Installation instructions for the project to build in.
39
40 --list-on-homepage
41 Created copr project will be visible on copr's home-page.
42
43 --preserve-project
44 Created copr project will not be removed after 60 days.
45
46 --additional-repos TEXT
47 URLs to additional yum repos, which can be used during build.
48 Comma separated. This should be baseurl from .repo file. E.g.:
49 http://copr-be.cloud.fedoraproject.org/re‐
50 sults/rhughes/f20-gnome-3-12/fedora-$releasever-$basearch/
51
52 --upstream-ref TEXT
53 Git ref of the last upstream commit in the current branch from
54 which packit should generate patches (this option implies the
55 repository is source-git).
56
57 --request-admin-if-needed
58 Ask for admin permissions when we need to change settings of the
59 copr project and are not allowed to do so.
60
61
62
63 2021-11-25 PACKIT COPR-BUILD(1)