public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/oci-cli] rawhide: Fix Koji build trigger for sidetag coordination
@ 2026-06-05 15:13 Major Hayden
  0 siblings, 0 replies; only message in thread
From: Major Hayden @ 2026-06-05 15:13 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-05 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 15:13 [rpms/oci-cli] rawhide: Fix Koji build trigger for sidetag coordination Major Hayden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox