@@ -35,58 +35,4 @@ for more details). Alternatively you can use copr API token available [here](htt
3535
3636## Help
3737
38- Usage: packit build in-copr [OPTIONS] [PATH_OR_URL]
3938
40- Build selected upstream project in Copr.
41-
42- PATH_OR_URL argument is a local path or a URL to the upstream git
43- repository, it defaults to the current working directory.
44-
45- Options:
46- --wait / --no-wait Wait for the build to finish
47- --owner TEXT Copr user, owner of the project. (defaults
48- to username from copr config)
49- --project TEXT Project name to build in. Will be created if
50- does not exist. (defaults to the first found
51- project value in the config file or 'packit-
52- cli-{repo_name}-{branch/commit}')
53- --targets TEXT Comma separated list of chroots to build in.
54- (defaults to 'fedora-rawhide-x86_64')
55- --description TEXT Description of the project to build in.
56- --instructions TEXT Installation instructions for the project to
57- build in.
58- --list-on-homepage Created copr project will be visible on
59- copr's home-page.
60- --preserve-project Created copr project will not be removed
61- after 60 days.
62- --additional-repos TEXT URLs to additional yum repos, which can be
63- used during build. Comma separated. This
64- should be baseurl from .repo file. E.g.:
65- http://copr-be.cloud.fedoraproject.org/resul
66- ts/rhughes/f20-gnome-3-12/fedora-$releasever
67- -$basearch/
68- --bootstrap [default|on|off|image]
69- mock bootstrap feature setup.
70- --upstream-ref TEXT Git ref of the last upstream commit in the
71- current branch from which packit should
72- generate patches (this option implies the
73- repository is source-git).
74- --request-admin-if-needed Ask for admin permissions when we need to
75- change settings of the copr project and are
76- not allowed to do so.
77- --enable-net / --disable-net Copr build is built with explicitly enabled
78- network access or disabled
79- --release-suffix TEXT Specifies release suffix. Allows to override
80- default generated:{current_time}.{sanitized_
81- current_branch}{git_desc_suffix}
82- --default-release-suffix Allows to use default, packit-generated,
83- release suffix when some release_suffix is
84- specified in the configuration.
85- --module-hotfixes Created copr project will have
86- module_hotfixes set to True
87- -p, --package TEXT Package to build, if more than one
88- available, like in a monorepo configuration.
89- Use it multiple times to select multiple
90- packages.Defaults to all the packages listed
91- inside the config.
92- -h, --help Show this message and exit.
0 commit comments