Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 20 additions & 15 deletions docs/cli/build/locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,23 @@ Create RPMs using content of the upstream repository.
repository, it defaults to the current working directory

Options:
--upstream-ref TEXT Git ref of the last upstream commit in the current
branch from which packit should generate patches
(this option implies the repository is source-
git).
--release-suffix TEXT Specifies release suffix. Allows to override
default generated:{current_time}.{sanitized_curren
t_branch}{git_desc_suffix}
--default-release-suffix Allows to use default, packit-generated, release
suffix when some release_suffix is specified in
the configuration.
-p, --package TEXT Package to build, if more than one available, like
in a monorepo configuration. Use it multiple times
to select multiple packages.Defaults to all the
packages listed inside the config.
-h, --help Show this message and exit.
--upstream-ref TEXT Git ref of the last upstream commit in the
current branch from which packit should
generate patches (this option implies the
repository is source-git).
--update-release / --no-update-release
Specifies whether to update Release.
Defaults to value set in configuration,
which defaults to yes.
--release-suffix TEXT Specifies release suffix. Allows to override
default generated:{current_time}.{sanitized_
current_branch}{git_desc_suffix}
--default-release-suffix Allows to use default, packit-generated,
release suffix when some release_suffix is
specified in the configuration.
-p, --package TEXT Package to build, if more than one
available, like in a monorepo configuration.
Use it multiple times to select multiple
packages.Defaults to all the packages listed
inside the config.
-h, --help Show this message and exit.
3 changes: 3 additions & 0 deletions docs/cli/dist-git/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Create a Packit's dist-git configuration for release syncing to Fedora.
tags to exclude.
--version-update-mask TEXT Python regex used for comparison of the old
and the new version.
--version-update-specifiers TEXT
PEP 440 version specifier set (e.g. '>=1.0,
<2.0') used to filter the proposed version.
--issue-repository TEXT URL of a git repository that can be used for
reporting errors in form of issues.
--no-pull Do not include the pull from upstream job in
Expand Down
Loading