File: .packit.yaml

package info (click to toggle)
python-iniparse 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: python: 2,219; makefile: 24; sh: 8
file content (28 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (2)
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