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 --upstream-ref TEXT
41 Git ref of the last upstream commit in the current branch from
42 which packit should generate patches (this option implies the
43 repository is source-git).
44
45
46
47 16-Apr-2020 PACKIT COPR-BUILD(1)