summaryrefslogtreecommitdiff
path: root/.packit.yaml
blob: ab284b2d5c1213861a0356d9045134e772563795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# See the documentation for more information:
# https://packit.dev/docs/configuration/

upstream_package_name: podman
downstream_package_name: podman

actions:
  post-upstream-clone:
    - "curl -O https://src.fedoraproject.org/rpms/podman/raw/main/f/podman.spec"
  fix-spec-file:
    - bash .packit.sh

jobs:
  - job: production_build
    trigger: pull_request
    targets: &production_dist_targets
      - fedora-36
      - fedora-37
      - fedora-rawhide
    scratch: true