Learn more about these different git repos.
Other Git URLs
I was trying to report a bug in a package (gnome-settings-daemon) and it would be useful to have debuginfo for this package. When running dnf debuginfo-install gnome-settings-daemon, I'm getting an error that the repomd.xml was not found in metalink. Therefore I manually downloaded the metalink file from https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f25&arch=x86_64 (URL from /etc/yum.repos.d/fedora-updates.repo file) and had a look at the file. The file itself just contains this content:
dnf debuginfo-install gnome-settings-daemon
{{{ <metalink version="3.0" xmlns="<a href="http://www.metalinker.org/"">http://www.metalinker.org/" type="dynamic" pubdate="Wed, 31 Aug 2016 21:05:11 GMT" generator="mirrormanager" xmlns:mm0="http://fedorahosted.org/mirrormanager"> <!--
}}} … (more repositories listed) … {{{
--> </metalink> }}}
but the file does not contain a line like
but it contains everything else: different architectures:
{{{ …
… }}} different repos: {{{ …
…
… }}} the repo I'd need is just missing.
I originally reported this to https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/LUDEXSN4GJDTLBAYZEHQV2YARRRV3S43/ and was given a hint to tell releng which I do hereby.
This got fixed a while back. Sorry for not closing this sooner.
Metadata Update from @genodeftest: - Issue set to the milestone: Fedora 25 Beta
Log in to comment on this ticket.