Skip to content

Commit 5c42e91

Browse files
authored
packit: Add EPEL branches for automated releases (#230)
Configure packit to automatically propose updates and trigger builds for EPEL 9 and EPEL 10.x (10.1, 10.2, 10.3) on upstream releases. Removed CentOS Stream branches as bcvk is EPEL only as of now. Signed-off-by: gursewak1997 <gursmangat@gmail.com>
1 parent 26c88c2 commit 5c42e91

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.packit.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,16 @@ jobs:
5353

5454
- job: propose_downstream
5555
trigger: release
56-
dist_git_branches:
56+
dist_git_branches: &dist_git_branches
5757
- fedora-all
58-
- c9s
59-
- c10s
58+
- epel9
59+
- epel10.1
60+
- epel10.2
61+
- epel10.3
6062

6163
- job: koji_build
6264
trigger: commit
63-
dist_git_branches:
64-
- fedora-all
65-
- c9s
66-
- c10s
65+
dist_git_branches: *dist_git_branches
6766

6867
- job: bodhi_update
6968
trigger: commit

0 commit comments

Comments
 (0)