Schutzfile: Fix f38 snapshot references
Fedora 38 is no longer branched. Switch to the release names for the snapshots.
This commit is contained in:
parent
f1b79c8a73
commit
3318ac95ab
1 changed files with 38 additions and 4 deletions
42
Schutzfile
42
Schutzfile
|
|
@ -230,14 +230,14 @@
|
|||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-branched-20230316"
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-fedora-20230413"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora",
|
||||
"name": "fedora",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-branched-20230316"
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-fedora-20230413"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -247,14 +247,48 @@
|
|||
{
|
||||
"title": "fedora-modular",
|
||||
"name": "fedora-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-branched-modular-20230316"
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-fedora-modular-20230413"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "fedora-modular",
|
||||
"name": "fedora-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-branched-modular-20230316"
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-fedora-modular-20230413"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-updates.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "updates",
|
||||
"name": "updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-updates-released-20230701"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "updates",
|
||||
"name": "updates",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-updates-released-20230701"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/etc/yum.repos.d/fedora-updates-modular.repo",
|
||||
"x86_64": [
|
||||
{
|
||||
"title": "updates-modular",
|
||||
"name": "updates-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-updates-released-modular-20230701"
|
||||
}
|
||||
],
|
||||
"aarch64": [
|
||||
{
|
||||
"title": "updates-modular",
|
||||
"name": "updates-modular",
|
||||
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-updates-released-modular-20230701"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue