This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move eln to its own configs, add rawhide and devel to repos
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
- Loading branch information
Paul Whalen
committed
Apr 9, 2024
1 parent
71cbd22
commit b2f5368
Showing
5 changed files
with
75 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
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,15 @@ | ||
releasever: 39 | ||
variables: | ||
distro: "eln" | ||
|
||
repos: | ||
- eln-baseos | ||
- eln-appstream | ||
|
||
metadata: | ||
name: fedora-boot-tier1 | ||
summary: Fedora Bootable Tier 1 | ||
|
||
include: | ||
- tier-1/manifest.yaml | ||
- tier-1/kernel.yaml |
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,15 @@ | ||
releasever: 40 | ||
variables: | ||
distro: "fedora" | ||
|
||
repos: | ||
- fedora-devel | ||
- fedora-updates | ||
|
||
metadata: | ||
name: fedora-boot-tier0 | ||
summary: Fedora Bootable Tier 0 | ||
|
||
include: | ||
- tier-0/manifest.yaml | ||
- tier-0/kernel.yaml |
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,14 @@ | ||
releasever: rawhide | ||
variables: | ||
distro: "fedora" | ||
|
||
repos: | ||
- rawhide | ||
|
||
metadata: | ||
name: fedora-boot-tier0 | ||
summary: Fedora Bootable Tier 0 | ||
|
||
include: | ||
- tier-0/manifest.yaml | ||
- tier-0/kernel.yaml |
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