-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fedora 40 branched around 2024-02-14, so Rawhide now "is" (to some extent) Fedora 41. Modular repos are omitted because Fedora has no Modular content since F39. For F39+ and F40 the metalinks just redirect to the Everything repository. Signed-off-by: Adam Williamson <[email protected]>
- Loading branch information
1 parent
4e92f07
commit 0f52698
Showing
5 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"module_platform_id": "platform:f41", | ||
"oscap_name": "fedora", | ||
"distribution": { | ||
"name": "fedora-41", | ||
"description": "Fedora Linux 41", | ||
"no_package_list": true, | ||
"restricted_access": true | ||
}, | ||
"x86_64": { | ||
"image_types": [ | ||
"aws", | ||
"azure", | ||
"guest-image", | ||
"oci", | ||
"vsphere", | ||
"vsphere-ova", | ||
"iot-commit" | ||
], | ||
"repositories": [ | ||
{ | ||
"id": "fedora", | ||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-41&arch=x86_64", | ||
"rhsm": false | ||
}, | ||
{ | ||
"id": "updates", | ||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64", | ||
"rhsm": false | ||
} | ||
] | ||
}, | ||
"aarch64": { | ||
"image_types": [ | ||
"aws", | ||
"guest-image" | ||
], | ||
"repositories": [ | ||
{ | ||
"id": "fedora", | ||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-41&arch=aarch64", | ||
"rhsm": false | ||
}, | ||
{ | ||
"id": "updates", | ||
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=aarch64", | ||
"rhsm": false | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters