File: .packit.yaml

package info (click to toggle)
hwdata 0.394-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,948 kB
  • sloc: makefile: 196; python: 171; sh: 111
file content (23 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# See the documentation for more information:
# https://packit.dev/docs/configuration/

specfile_path: hwdata.spec

# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: hwdata
upstream_project_url: https://github.com/vcrhonek/hwdata
upstream_tag_template: v{version}
# downstream (Fedora) RPM package name
downstream_package_name: hwdata
#issue_repository: https://src.fedoraproject.org/rpms/hwdata

jobs:
- job: copr_build
  trigger: pull_request
  targets: [fedora-all]
  owner: vcrhonek
  project: hwdata-packit

- job: tests
  trigger: pull_request
  targets: [fedora-all]