From a94d6d807cab7034d835f477e3ad9a48d014400e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 4 Aug 2021 20:30:41 +0200 Subject: [PATCH] Packit: Enable the Koji repsitory in Copr (#1119) By default, only updates that are propagated trough the Fedora's update system will be available in the community Copr build system. On stable Fedora releases, updates (including new packages) might be delayed 1+ week. This adds the latest Koji (that's the name of the official Fedora build system) repo. That repo contains more recent packages available during the official Fedora builds. The Koji repo is not mirrored, so the Copr builds are more likely to encounter a network issue, but I think it is worth it. The `/packit build` command may be used in the pull request if this happens. --- .packit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index c318e876..c46f0311 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -12,6 +12,8 @@ jobs: metadata: targets: - fedora-all + additional_repos: + - "https://kojipkgs.fedoraproject.org/repos/f$releasever-build/latest/$basearch/" - job: propose_downstream trigger: release metadata: