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.
8 lines
305 B
XML
8 lines
305 B
XML
<image>
|
|
<repository type="rpm-md" alias="rawhide" sourcetype="metalink">
|
|
<source path="https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch">
|
|
<signing key="file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-rawhide-primary"/>
|
|
</source>
|
|
</repository>
|
|
</image>
|