From 2dfb674b7731533c42cb5bf34a46a18c97135a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Tue, 31 Jan 2023 18:02:56 +0100 Subject: [PATCH] packit: push updates also to epel We got asked to ship this package also to EPEL. I already managed to create the branches and prepare the initial builds. The last step is to enable the downstream release automation. This commit thus enables EPELs for packit. --- .packit.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index ddb3082..f4c59f4 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -22,12 +22,18 @@ jobs: metadata: dist_git_branches: - fedora-all + - epel-8 + - epel-9 - job: koji_build trigger: commit metadata: dist_git_branches: - fedora-all + - epel-8 + - epel-9 - job: bodhi_update trigger: commit dist_git_branches: - fedora-stable # rawhide updates are created automatically + - epel-8 + - epel-9