File: .packit.yml

package info (click to toggle)
python-flexmock 0.13.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: python: 3,856; makefile: 85; sh: 14
file content (21 lines) | stat: -rw-r--r-- 441 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
actions:
  post-upstream-clone:
    - wget -O fedora/python-flexmock.spec https://src.fedoraproject.org/rpms/python-flexmock/raw/rawhide/f/python-flexmock.spec

srpm_build_deps:
- wget

upstream_package_name: flexmock
downstream_package_name: python-flexmock
specfile_path: fedora/python-flexmock.spec

jobs:
- job: copr_build
  trigger: pull_request
  targets:
  - fedora-all

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