1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: python-iniparse.spec
# add or remove files that should be synced
files_to_sync:
- python-iniparse.spec
- .packit.yaml
# URL of upstream project
upstream_project_url: https://github.com/candlepin/python-iniparse
# name in upstream package repository/registry (e.g. in PyPI)
upstream_package_name: python-iniparse
# downstream (Fedora) RPM package name
downstream_package_name: python-iniparse
jobs:
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-all
- job: tests
trigger: pull_request
metadata:
targets:
- fedora-all
|