summaryrefslogtreecommitdiff
path: root/.packit.yaml
blob: 3d7b492970629e8aaeb6bac844c233186a1a02aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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"

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