public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ImageMagick] epel9: Fix Packit workflow for EPEL 9 and EPEL 8
@ 2026-09-17 23:39 Luya Tshimbalanga
0 siblings, 0 replies; only message in thread
From: Luya Tshimbalanga @ 2026-09-17 23:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ImageMagick
Branch : epel9
Commit : c378848a979a364a1953b8b5db5ff1996dd2e491
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date : 2026-09-17T19:15:20-04:00
Stats : +17/-27 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ImageMagick/c/c378848a979a364a1953b8b5db5ff1996dd2e491?branch=epel9
Log:
Fix Packit workflow for EPEL 9 and EPEL 8
---
diff --git a/packit.yaml b/packit.yaml
index f6e0b4c..883027e 100644
--- a/packit.yaml
+++ b/packit.yaml
@@ -1,31 +1,21 @@
-# See the documentation for more information:
-# https://packit.dev/docs/configuration/
+# ImageMagick 6 release configuration for the EPEL 9 and EPEL 8 branches.
+#
+# Packit Service ignores configuration outside the default Rawhide branch.
+# This file is intentionally retained for maintainer-triggered Packit CLI
+# updates from an EPEL 9 checkout. Official Koji and Bodhi automation for
+# these branches is configured by Rawhide's packit.yaml.
upstream_project_url: https://github.com/ImageMagick/ImageMagick6
+upstream_tag_include: '^6\..+$'
+upstream_tag_exclude: '^7\..+$'
+version_update_specifiers: '>=6, <7'
jobs:
-- job: pull_from_upstream
- trigger: release
- dist_git_branches:
- epel-9:
- fast_forward_merge_into:
- - epel-8
- upstream_tag_include: "^6\\..+"
- upstream_tag_exclude: "^7\\..+"
-
-- job: koji_build
- trigger: commit
- allowed_pr_authors:
- - all_admins
- - packit
- dist_git_branches:
- - epel-9
- - epel-8
-
-- job: bodhi_update
- trigger: commit
- dist_git_branches:
- - epel-9
- - epel-8
-
-
+ # The branches contain equivalent packaging but have divergent commit
+ # histories. Generate independent update PRs instead of requesting a
+ # fast-forward from EPEL 9 into EPEL 8.
+ - job: pull_from_upstream
+ trigger: release
+ dist_git_branches:
+ - epel-9
+ - epel-8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 23:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 23:39 [rpms/ImageMagick] epel9: Fix Packit workflow for EPEL 9 and EPEL 8 Luya Tshimbalanga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox