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
32 'fedora-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.fedorapro‐
50 ject.org/results/rhughes/f20-gnome-3-12/fedora-$relea‐
51 sever-$basearch/
52
53 --upstream-ref TEXT
54 Git ref of the last upstream commit in the current branch from
55 which packit should generate patches (this option implies the
56 repository is source-git).
57
58 --request-admin-if-needed
59 Ask for admin permissions when we need to change settings of the
60 copr project and are not allowed to do so.
61
62
63
64 2021-03-18 PACKIT COPR-BUILD(1)