0625f79972
Since kiwi 9.25.16, it is now possible to use the $releasever variable to get the correct GPG key file path. This minimizes the changes required to branch from rawhide to simply changing the release-version value in the config.xml and switching the symlink for repositories/core.xml.
13 lines
696 B
XML
13 lines
696 B
XML
<image>
|
|
<repository type="rpm-md" alias="fedora" sourcetype="metalink">
|
|
<source path="https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch">
|
|
<signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary"/>
|
|
</source>
|
|
</repository>
|
|
<repository type="rpm-md" alias="updates" sourcetype="metalink">
|
|
<source path="https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch">
|
|
<signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary"/>
|
|
</source>
|
|
</repository>
|
|
</image>
|