public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Luya Tshimbalanga <luya@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ImageMagick] epel8: Fix Packit workflow for EPEL 9 and EPEL 8
Date: Fri, 18 Sep 2026 07:21:58 GMT	[thread overview]
Message-ID: <178971611820.1.971520769477504914.rpms-ImageMagick-794671cba363@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ImageMagick
Branch : epel8
Commit : 794671cba3639e0e86e4dbc576bc2b06b7c966bf
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date   : 2026-09-18T00:21:44-07:00
Stats  : +17/-27 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ImageMagick/c/794671cba3639e0e86e4dbc576bc2b06b7c966bf?branch=epel8

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

                 reply	other threads:[~2026-09-18  7:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178971611820.1.971520769477504914.rpms-ImageMagick-794671cba363@fedoraproject.org \
    --to=luya@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox