public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/runc] epel10: Update packit configuration
@ 2026-06-23 15:36 Bradley G Smith
0 siblings, 0 replies; 2+ messages in thread
From: Bradley G Smith @ 2026-06-23 15:36 UTC (permalink / raw)
To: git-commits
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
+...
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/runc] epel10: Update packit configuration
@ 2026-06-23 15:37 Bradley G Smith
0 siblings, 0 replies; 2+ messages in thread
From: Bradley G Smith @ 2026-06-23 15:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/runc
Branch : epel10
Commit : 4bbfdaff782edccfc246f1c9bf8dcc7bc9e73145
Author : Bradley G Smith <bradley.g.smith@gmail.com>
Date : 2026-03-16T09:14:38-07:00
Stats : +37/-17 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/runc/c/4bbfdaff782edccfc246f1c9bf8dcc7bc9e73145?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
+...
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-23 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23 15:36 [rpms/runc] epel10: Update packit configuration Bradley G Smith
2026-06-23 15:37 Bradley G Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox