18 lines
525 B
YAML
18 lines
525 B
YAML
# 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
|
|
|