From 034cf4bf28a92bf217604875ab2d6a58ba819dcf Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 18 Sep 2024 15:16:46 -0400 Subject: [PATCH] tier-1: inherit from tier-x 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. --- README.md | 2 +- tier-1/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d89821..d5a77ed 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/tier-1/manifest.yaml b/tier-1/manifest.yaml index 646374d..1e03c7d 100644 --- a/tier-1/manifest.yaml +++ b/tier-1/manifest.yaml @@ -2,7 +2,7 @@ recommends: true include: - - ../tier-0/manifest.yaml + - ../tier-x/manifest.yaml - autoupdates.yaml - bootable-rpm-ostree.yaml - podman.yaml