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