public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Bradley G Smith <bradley.g.smith@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/runc] epel10: Update packit configuration
Date: Tue, 23 Jun 2026 15:36:59 GMT	[thread overview]
Message-ID: <178222901968.1.11639135250536380995.rpms-runc-4300e5ecf498@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/runc
            Branch : epel10
            Commit : 4300e5ecf49831a7d024d96285353ce16fb67cba
            Author : Bradley G Smith <bradley.g.smith@gmail.com>
            Date   : 2026-03-15T14:10:11-07:00
            Stats  : +37/-17 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/runc/c/4300e5ecf49831a7d024d96285353ce16fb67cba?branch=epel10

            Log:
            Update packit configuration

- Adds support for go_vendor_archive and go_vendor_license
  integration with packit

---
diff --git a/.packit.yaml b/.packit.yaml
index 2533c2d..9956604 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -1,21 +1,41 @@
-# See the documentation for more information:
-# https://packit.dev/docs/configuration/
-
+---
+downstream_package_name: runc
 upstream_project_url: https://github.com/opencontainers/runc
-upstream_tag_template: v{version}
+upstream_tag_template: "v{version}"
 
 jobs:
-- job: pull_from_upstream
-  trigger: release
-  dist_git_branches:
-    - fedora-all
-  
-- job: koji_build
-  trigger: commit
-  dist_git_branches:
-    - fedora-all
+  - job: pull_from_upstream
+    trigger: release
+    dist_git_branches:
+      - fedora-all
+      - epel10
+
+  - job: koji_build
+    trigger: commit
+    dist_git_branches:
+      - fedora-all
+      - epel10
+
+  - job: bodhi_update
+    trigger: commit
+    dist_git_branches:
+      - fedora-branched
+      - epel10
 
-- job: bodhi_update
-  trigger: commit
-  dist_git_branches:
-    - fedora-branched
+actions:
+  post-modifications:
+    - |
+      sh -xeuc "
+        cd $PACKIT_DOWNSTREAM_REPO
+        export GOTOOLCHAIN=local+auto
+        spec="$PACKIT_DOWNSTREAM_PACKAGE_NAME.spec"
+        go_vendor_archive create --config go-vendor-tools.toml "$spec"
+        go_vendor_license \
+          --config go-vendor-tools.toml \
+          --path "$spec" \
+          report \
+          --verify-spec \
+          --autofill=auto
+      "
+create_sync_note: false
+...

             reply	other threads:[~2026-06-23 15:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-23 15:36 Bradley G Smith [this message]
2026-06-23 15:37 [rpms/runc] epel10: Update packit configuration Bradley G Smith

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=178222901968.1.11639135250536380995.rpms-runc-4300e5ecf498@fedoraproject.org \
    --to=bradley.g.smith@gmail.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