Skip to content

Commit

Permalink
tier-1: inherit from tier-x
Browse files Browse the repository at this point in the history
We want tier-1 to be another consumer of tier-x, kind of like its own
top-level Fedora variant. That way, tier-1 is now a strict superset of
tier-x, just like the other variants.
  • Loading branch information
jlebon committed Sep 18, 2024
1 parent d65c8fa commit 034cf4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ There are currently 3 tiers:
used by all image-based Fedora variants (IoT, Atomic Desktops, and CoreOS).
Changes to this tier may be done without accounting for external users.

Both **tier-1** and **tier-x** inherit from **tier-0**.
**tier-1** inherits from **tier-x** and **tier-x** in turn inherit from **tier-0**.

All non-trivial changes to **tier-0** and **tier-x** should be ACKed by at least
one stakeholder of each Fedora variant WGs.
Expand Down
2 changes: 1 addition & 1 deletion tier-1/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
recommends: true

include:
- ../tier-0/manifest.yaml
- ../tier-x/manifest.yaml
- autoupdates.yaml
- bootable-rpm-ostree.yaml
- podman.yaml
Expand Down

0 comments on commit 034cf4b

Please sign in to comment.