Skip to content

Commit

Permalink
Schutzfile: switch Fedora 41 repos to released
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Nov 22, 2024
1 parent 896753d commit 75ecd24
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions Schutzfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,39 @@
},
"repos": [
{
"file": "/etc/yum.repos.d/branched.repo",
"file": "/etc/yum.repos.d/fedora.repo",
"x86_64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-x86_64-branched-20241101"
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-x86_64-fedora-20241107"
}
],
"aarch64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-x86_64-branched-20241101"
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-aarch64-fedora-20241107"
}
]
},
{
"file": "/etc/yum.repos.d/fedora-updates.repo",
"x86_64": [
{
"title": "updates",
"name": "updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-x86_64-updates-released-20241101"
}
],
"aarch64": [
{
"title": "updates",
"name": "updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-aarch64-updates-released-20241115"
}
]
}
]
}
}
}

0 comments on commit 75ecd24

Please sign in to comment.