Skip to content

Commit

Permalink
fix(config): clarify ‹upstream_project_url› (#812)
Browse files Browse the repository at this point in the history
fix(config): clarify ‹upstream_project_url›

Fixes #811

Reviewed-by: Miroslav Suchý <mirek+github@lomenotecka.cz>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jan 22, 2024
2 parents a7ae3ea + eb22340 commit 6e6b756
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,21 @@ upstream tarball URL is taken from spec file or from [sources](#sources).

:::

This URL is used for cloning the upstream git repository. Furthermore during
`sync-release` runs it can be used to generate changelog for the proposed update
from the git log of the upstream repository or release description (specific to
GitHub and GitLab).

:::tip

Using the upstream repository during `sync-release` runs doesn't imply that the
sources from hostings such as PyPI are being ignored.

:::

This setting also allows you to use Packit CLI from the dist-git repository as
Packit clones the upstream, if needed.

#### create_pr (only in CLI)

(*bool*) When doing a new update in Fedora dist-git, should packit create a
Expand Down

0 comments on commit 6e6b756

Please sign in to comment.