V Wed, Oct 02, 2024 at 01:45:30PM +0200, Jun Aruga (he / him) napsal(a):
> The following systemtap-5.2~pre17277956g0b7f6722-1.fc42 was built in
> Koji yesterday. But it is not propagated to the mirror repository
> servers yet.
> 
> systemtap-5.2~pre17277956g0b7f6722-1.fc42
> https://koji.fedoraproject.org/koji/buildinfo?buildID=2558654
> 
> I want to get the RPM package version by `dnf upgrade` or `dnf install
> systemtap`.
> 
> Maybe there is a way to set something into baseurl or metalink in
> /etc/yum.repos.d/fedora-rawhide.repo. But I cannot remember it. Could
> you tell me how to set the value to the baseurl or metalink?
> 
You can defines a repository like this:

[f42-build]
name=Fedora 42 on Koji
baseurl=http://kojipkgs.fedoraproject.org/repos/f42-build/latest/$basearch
enabled=1
gpgcheck=0
metadata_expire=30m

That will enable you getting packages directly from Koji.

But that won't help you in the case of
systemtap-5.2~pre17277956g0b7f6722-1.fc42 because that build has not yet been
tagged into "f42" tag.

The reason is that it failed a gating test. See
<https://bodhi.fedoraproject.org/updates/FEDORA-2024-734dfcbc9d>. The package
maintainer or the build submitter should review the failure and either fix the
pacakge, or the test, or waive the failure.

Currently, there is no repository (besides an effemeral repository in CI) with
that build. If you want to have it in a repository, you will have to download
it from Koji manually and place it into your own repository.

-- Petr

Attachment: signature.asc
Description: PGP signature

-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to