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.
This commit is contained in:
Miro Hrončok 2021-08-04 20:30:41 +02:00 committed by GitHub
parent de13423839
commit a94d6d807c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ jobs:
metadata: metadata:
targets: targets:
- fedora-all - fedora-all
additional_repos:
- "https://kojipkgs.fedoraproject.org/repos/f$releasever-build/latest/$basearch/"
- job: propose_downstream - job: propose_downstream
trigger: release trigger: release
metadata: metadata: