repositories: Fix URLs for koji repos

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2024-12-28 22:33:37 +01:00
parent 03eaf0a4a0
commit d0ee9ce387
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<!-- For folks to enable for building images with content in Koji working repos -->
<!--
<repository type="rpm-md" alias="fedora-koji" sourcetype="baseurl">
<source path="http://fedora.riscv.rocks/repos/$releasever/latest/$basearch"/>
<source path="http://fedora.riscv.rocks/repos/f$releasever-staging/latest/$basearch"/>
</repository>
-->
</image>

View File

@ -5,7 +5,7 @@
<!-- For folks to enable for building images with content in Koji working repos -->
<!--
<repository type="rpm-md" alias="fedora-koji" sourcetype="baseurl">
<source path="http://fedora.riscv.rocks/repos/$releasever/latest/$basearch"/>
<source path="http://fedora.riscv.rocks/repos/f$releasever-staging/latest/$basearch"/>
</repository>
-->
</image>