Skip to content

Commit

Permalink
fedora-eln.json: move to snapshot repos
Browse files Browse the repository at this point in the history
There is a regression in ELN that prevents the installer from
working [0]. To prevent this and in general provide more
stability move to pinned fedora-eln sources.

[0] fedora-eln/eln#177
  • Loading branch information
mvo5 committed Jan 25, 2024
1 parent 740a549 commit fd8ee3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bib/cmd/bootc-image-builder/fedora-eln.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"aarch64": [
{
"baseurl": "https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/BaseOS/aarch64/os/",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/eln/eln-aarch64-baseos-20240115/",
"name": "baseos"
},
{
"baseurl": "https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/AppStream/aarch64/os/",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/eln/eln-aarch64-appstream-20240115/",
"name": "appstream"
},
{
Expand Down Expand Up @@ -43,11 +43,11 @@
],
"x86_64": [
{
"baseurl": "https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/BaseOS/x86_64/os/",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/eln/eln-x86_64-baseos-20240115/",
"name": "baseos"
},
{
"baseurl": "https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/AppStream/x86_64/os/",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/eln/eln-x86_64-appstream-20240115/",
"name": "appstream"
},
{
Expand Down

0 comments on commit fd8ee3f

Please sign in to comment.