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] epel9: Fix Packit tag mapping for ImageMagick 6
Date: Thu, 17 Sep 2026 23:48:46 GMT [thread overview]
Message-ID: <178968892639.1.3830740749040178893.rpms-ImageMagick-e250d96a40b8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ImageMagick
Branch : epel9
Commit : e250d96a40b89b192eaa614ef7f3b698e6ab8729
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date : 2026-09-17T16:47:08-07:00
Stats : +12/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ImageMagick/c/e250d96a40b89b192eaa614ef7f3b698e6ab8729?branch=epel9
Log:
Fix Packit tag mapping for ImageMagick 6
---
diff --git a/packit.yaml b/packit.yaml
index 883027e..efb797c 100644
--- a/packit.yaml
+++ b/packit.yaml
@@ -1,3 +1,15 @@
+actions:
+ post-upstream-clone:
+ - >-
+ bash -c 'case "$PACKIT_PROJECT_VERSION" in
+ 6.*.*.*) ;;
+ *) echo "Expected ImageMagick 6 version, got $PACKIT_PROJECT_VERSION" >&2; exit 1 ;;
+ esac;
+ upstream_tag="${PACKIT_PROJECT_VERSION%.*}-${PACKIT_PROJECT_VERSION##*.}";
+ git rev-parse --verify "refs/tags/${upstream_tag}^{commit}" >/dev/null ||
+ { echo "Missing upstream tag ${upstream_tag}" >&2; exit 1; };
+ git tag "$PACKIT_PROJECT_VERSION" "$upstream_tag"'
+
# ImageMagick 6 release configuration for the EPEL 9 and EPEL 8 branches.
#
# Packit Service ignores configuration outside the default Rawhide branch.
reply other threads:[~2026-09-17 23:48 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=178968892639.1.3830740749040178893.rpms-ImageMagick-e250d96a40b8@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