From 4f0f438c6b4bc6b02654c1ab9c8aab60591da1a8 Mon Sep 17 00:00:00 2001 From: Andrei Stepanov Date: Wed, 16 Jan 2019 16:21:19 +0000 Subject: [PATCH] Add DEPRECATED.md file. Signed-off-by: Andrei Stepanov --- DEPRECATED.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 DEPRECATED.md diff --git a/DEPRECATED.md b/DEPRECATED.md new file mode 100644 index 0000000..3b79910 --- /dev/null +++ b/DEPRECATED.md @@ -0,0 +1,13 @@ +# Deprecated. + +This repo is deprecated. + +* At build time `platform module` is represented by non-modular buildroot. +* At runtime `platform module` is the everything repo, and represents the base system. +* The `platform module` is not in the repo, it cannot be installed. +* At runtime dnf creates the solvable for the transaction based on `/etc/os-release`. +* Every module depends on it. +* The `platform module` record in MBS is maintained by devops. The is a minimal + `modulemd` stub is in the Ansible repo that manages the service deployment new + records are added at branch points. +* The `platform module` doesn't exist in any other context.