From 0bc5741579518660159b7327955646cbea4eb402 Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 4 Jun 2026 16:10:05 -0400 Subject: [PATCH] packit.yaml: Use variables to make repo selection fully automatic Signed-off-by: mulhern --- .packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 50e43440..4d1fa3db 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -45,7 +45,7 @@ jobs: trigger: pull_request identifier: copr_pull additional_repos: - - copr://packit/stratis-storage-libcryptsetup-rs-master?priority=10 + - copr://packit/{PACKIT_PROJECT_OWNER}-{PACKIT_PROJECT_NAME}-{pr_id}?priority=10 targets: - fedora-all @@ -53,7 +53,7 @@ jobs: trigger: commit identifier: copr_commit additional_repos: - - copr://packit/stratis-storage-libcryptsetup-rs-master?priority=10 + - copr://packit/{PACKIT_PROJECT_OWNER}-{PACKIT_PROJECT_NAME}-{PACKIT_PROJECT_BRANCH}?priority=10 preserve_project: true targets: - fedora-all