.packit.yaml 612 B

1234567891011121314151617181920212223
  1. # See the documentation for more information:
  2. # https://packit.dev/docs/configuration/
  3. specfile_path: hwdata.spec
  4. # name in upstream package repository or registry (e.g. in PyPI)
  5. upstream_package_name: hwdata
  6. upstream_project_url: https://github.com/vcrhonek/hwdata
  7. upstream_tag_template: v{version}
  8. # downstream (Fedora) RPM package name
  9. downstream_package_name: hwdata
  10. #issue_repository: https://src.fedoraproject.org/rpms/hwdata
  11. jobs:
  12. - job: copr_build
  13. trigger: pull_request
  14. targets: [fedora-all]
  15. owner: vcrhonek
  16. project: hwdata-packit
  17. - job: tests
  18. trigger: pull_request
  19. targets: [fedora-all]