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 'packit-cli-{repo_name}-{branch/commit}')
28
29 --targets TEXT
30 Comma separated list of chroots to build in. (defaults to
31 'fedora-rawhide-x86_64')
32
33 --description TEXT
34 Description of the project to build in.
35
36 --instructions TEXT
37 Installation instructions for the project to build in.
38
39
40
41 24-Oct-2019 PACKIT COPR-BUILD(1)