diff options
-rw-r--r-- | .packit.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.packit.yaml b/.packit.yaml deleted file mode 100644 index 3d7b49297..000000000 --- a/.packit.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# 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 |