From 81c43aa57bf3f6d1d828dc8318071bf14d96453e Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Wed, 29 Nov 2023 16:47:18 +0100 Subject: [PATCH] Build PR packages in COPR using packit --- .packit.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 000000000..2229589e3 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,10 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: libdnf.spec + +jobs: + - job: copr_build + trigger: pull_request + targets: + - fedora-all