public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Major Hayden <major@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/oci-cli] rawhide: Fix Koji build trigger for sidetag coordination
Date: Fri, 05 Jun 2026 15:13:11 GMT	[thread overview]
Message-ID: <178067239125.1.9459793759590109904.rpms-oci-cli-462418b4c83c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/oci-cli
            Branch : rawhide
            Commit : 462418b4c83cb564808c814b82490bd6dcf8bdbf
            Author : Major Hayden <major@redhat.com>
            Date   : 2026-06-05T10:12:43-05:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/oci-cli/c/462418b4c83cb564808c814b82490bd6dcf8bdbf?branch=rawhide

            Log:
            Fix Koji build trigger for sidetag coordination

The dependent koji_build job must use 'commit | koji_build' so oci-cli
builds both on its own dist-git updates and when python-oci lands in the
shared sidetag. With 'koji_build' alone, oci-cli only built when
python-oci updated, requiring manual rebuild triggers otherwise.

Signed-off-by: Major Hayden <major@redhat.com>

---
diff --git a/.packit.yaml b/.packit.yaml
index b3fedc0..7d5ac7b 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -13,7 +13,7 @@ jobs:
       - fedora-rawhide
 
   - job: koji_build
-    trigger: koji_build
+    trigger: commit | koji_build
     sidetag_group: oci-cli-releases
     dependencies:
       - python-oci

                 reply	other threads:[~2026-06-05 15:13 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=178067239125.1.9459793759590109904.rpms-oci-cli-462418b4c83c@fedoraproject.org \
    --to=major@redhat.com \
    --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