From 759f95090b1a02d4567a240807ff952a7bf6bb77 Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 4 Jun 2026 09:43:07 -0400 Subject: [PATCH] packit: Make the master branch repo takes precedence over fedora Signed-off-by: mulhern --- .packit.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index a9ab0ba..a41964b 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -27,12 +27,16 @@ jobs: - job: copr_build trigger: pull_request identifier: copr_pull + additional_repos: + - copr://packit/stratis-storage-loopdev-3-rs-master?priority=10 targets: - fedora-all - job: copr_build trigger: commit identifier: copr_commit + additional_repos: + - copr://packit/stratis-storage-loopdev-3-rs-master?priority=10 preserve_project: true targets: - fedora-all