Skip to content

Commit

Permalink
Schutzfile: delete unneeded distros
Browse files Browse the repository at this point in the history
We use only the `gitlab-ci-runner` distro (F41) for all the GitLab CI
runners. Remove all other distros from the Schutzfile.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Jan 6, 2025
1 parent 12a27d1 commit 41e9b76
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions Schutzfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,63 +6,6 @@
},
"gitlab-ci-runner": "aws/fedora-41"
},
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
}
}
},
"centos-9": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
}
}
},
"fedora-40": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
}
},
"repos": [
{
"file": "/etc/yum.repos.d/fedora.repo",
"x86_64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f40/f40-x86_64-fedora-20240514"
}
],
"aarch64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f40/f40-aarch64-fedora-20240514"
}
]
},
{
"file": "/etc/yum.repos.d/fedora-updates.repo",
"x86_64": [
{
"title": "updates",
"name": "updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f40/f40-x86_64-updates-released-20250101"
}
],
"aarch64": [
{
"title": "updates",
"name": "updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f40/f40-aarch64-updates-released-20250101"
}
]
}
]
},
"fedora-41": {
"dependencies": {
"osbuild": {
Expand Down

0 comments on commit 41e9b76

Please sign in to comment.