public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Configure Packit for release automation
@ 2026-08-28 13:32 Laura Barcziova
0 siblings, 0 replies; only message in thread
From: Laura Barcziova @ 2026-08-28 13:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : d2149476c25aabda9bdc04cd3b72468b35ac0ef9
Author : Laura Barcziova <lbarczio@redhat.com>
Date : 2024-07-24T12:05:41+00:00
Stats : +17/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/d2149476c25aabda9bdc04cd3b72468b35ac0ef9?branch=opencv5
Log:
Configure Packit for release automation
See details in https://packit.dev/docs/fedora-releases-guide/dist-git-onboarding
---
diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..53d233b
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,17 @@
+# See the documentation for more information:
+# https://packit.dev/docs/configuration/
+
+upstream_project_url: https://github.com/opencv/opencv
+
+# run opencv-clean.sh
+# the sed currently hacks the script so that the version is correctly set and the sources upload is handled by Packit
+actions:
+ pre-sync:
+ - bash -c "cd ${PACKIT_DOWNSTREAM_REPO}; sed '3d;$d' ./opencv-clean.sh | VERSION=${PACKIT_PROJECT_VERSION} bash"
+
+jobs:
+ - job: pull_from_upstream
+ trigger: release
+ dist_git_branches:
+ - fedora-rawhide
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:32 [rpms/opencv] opencv5: Configure Packit for release automation Laura Barcziova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox