aboutsummaryrefslogtreecommitdiff
path: root/.packit.yaml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-29 14:14:58 -0400
committerGitHub <noreply@github.com>2022-08-29 14:14:58 -0400
commit468aa6478c73e4acd8708ce8bb0bb5a056f329c2 (patch)
tree0d971c3793eb77572fe4bfd4dc8dce115e39339b /.packit.yaml
parent00b03db6f208614d7967f5dbd5c0281cc0bd6d23 (diff)
parent167b026e7de9892046371fbfcd614b092097b55f (diff)
downloadpodman-468aa6478c73e4acd8708ce8bb0bb5a056f329c2.tar.gz
podman-468aa6478c73e4acd8708ce8bb0bb5a056f329c2.tar.bz2
podman-468aa6478c73e4acd8708ce8bb0bb5a056f329c2.zip
Merge pull request #15457 from lsm5/packit-fix-spec-file-action
[CI:BUILD] Packit: Re-introduce packit with fix-spec-file action
Diffstat (limited to '.packit.yaml')
-rw-r--r--.packit.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 000000000..ab284b2d5
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,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