We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51c1140 + b73eec8 commit 56d3d59Copy full SHA for 56d3d59
.packit.yaml
@@ -67,14 +67,15 @@ jobs:
67
trigger: release
68
update_release: false
69
dist_git_branches:
70
- - fedora-all
+ - fedora-development # Implies fedora-rawhide and any branched but unreleased version, will include f40 before f40 is marked stable.
71
72
- job: koji_build
73
trigger: commit
74
75
+ - fedora-development
76
77
- - job: bodhi_update
78
- trigger: commit
79
- dist_git_branches:
80
- - fedora-branched # rawhide updates are created automatically
+ # TODO: Revisit once fedora 40 is branched and manual bodhi is enabled
+ #- job: bodhi_update
+ #trigger: commit
+ #dist_git_branches:
81
+ #- fedora-40 # rawhide updates are created automatically
0 commit comments