Skip to content

Commit

Permalink
[skip-ci] Packit: specify fedora-latest in propose-downstream
Browse files Browse the repository at this point in the history
The packit alias `fedora-latest` points to the latest branched version
(regardless if released or not).

So, this configuration should work without issues through Fedora 40
release and should account for all branches until Fedora 41 release.

Ref: https://packit.dev/docs/configuration#aliases

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Mar 25, 2024
1 parent 2aad385 commit 492f0b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
trigger: release
update_release: false
dist_git_branches:
- fedora-development # Implies fedora-rawhide and any branched but unreleased version, will include f40 before f40 is marked stable.
- fedora-development
- fedora-latest

- job: koji_build
trigger: commit
Expand Down

0 comments on commit 492f0b7

Please sign in to comment.