From 197e3b5a8cf98e591fc32e9158e54d620ea4224d Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 19 Mar 2025 10:54:51 +0100 Subject: [PATCH] packit: Enable use_target_repo_for_fmf_url option Currently this is picked up from the main branch of the fork which is suboptimal. The packit folks implemented this new option for us which should fix the problem. --- .packit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yml b/.packit.yml index 37bf55a0cbc..92c78a5b1ef 100644 --- a/.packit.yml +++ b/.packit.yml @@ -38,5 +38,6 @@ jobs: trigger: pull_request fmf_path: test/fmf tmt_plan: ci + use_target_repo_for_fmf_url: true targets: - fedora-rawhide-x86_64 -- 2.47.3