Skip to content

Commit 8d24f11

Browse files
committed
packit: Add EPEL branches for automated releases
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 8d24f11

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.packit.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,19 @@ jobs:
5555
trigger: release
5656
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
6365
dist_git_branches:
6466
- fedora-all
65-
- c9s
66-
- c10s
67+
- epel9
68+
- epel10.1
69+
- epel10.2
70+
- epel10.3
6771

6872
- job: bodhi_update
6973
trigger: commit

0 commit comments

Comments
 (0)