From 7437f3776289da0c0dc2851cfd592f058f17cd70 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 31 Jul 2024 15:53:22 -0700 Subject: [PATCH] vars: merge epel readme into readme for var substitution Signed-off-by: Kevin Fenzi --- vars/all/README | 29 +++++++++++++++++++++++++++++ vars/all/README-EPEL | 28 ---------------------------- 2 files changed, 29 insertions(+), 28 deletions(-) delete mode 100644 vars/all/README-EPEL diff --git a/vars/all/README b/vars/all/README index 922053daa1..483ea04399 100644 --- a/vars/all/README +++ b/vars/all/README @@ -36,3 +36,32 @@ FedoraPreviousPreviousCycleNumber.yaml - number of previous previous stable rele FedoraPreviousPrevious.yaml - true if there is a previous previous, otherwise false FedoraRawhideNumber.yaml - The number of the current rawhide Frozen.yaml - If we are frozen or not, true or false + +This directory also contains variables (one per file) that are loaded into +various playbooks. The first set of these is to allow templates to +handle the various stages of EPEL development so we don't have to +remember all the places that need changing. + +There's 3 states for EPEL releases: + +1: + +EPEL N (stable) +EPEL N-1 (stable) + +2: We enable branch requests for a new release: + +EPEL N+1 (bootstrap) +EPEL N (stable) +EPEL N-1 (stable) + +3. That release is launched: + +EPEL N (stable) +EPEL N-1 (stable) +EPEL N-2 (stable) + +These are controlled by some variables: + +00-EPELCycleNumber.yaml - The current stable release +EPELBootstrapNumber.yaml - The number of the bootstrap release diff --git a/vars/all/README-EPEL b/vars/all/README-EPEL deleted file mode 100644 index c4e90ab85b..0000000000 --- a/vars/all/README-EPEL +++ /dev/null @@ -1,28 +0,0 @@ -This directory contains variables (one per file) that are loaded into -various playbooks. The first set of these is to allow templates to -handle the various stages of EPEL development so we don't have to -remember all the places that need changing. - -There's 3 states for EPEL releases: - -1: - -EPEL N (stable) -EPEL N-1 (stable) - -2: We enable branch requests for a new release: - -EPEL N+1 (bootstrap) -EPEL N (stable) -EPEL N-1 (stable) - -3. That release is launched: - -EPEL N (stable) -EPEL N-1 (stable) -EPEL N-2 (stable) - -These are controlled by some variables: - -00-EPELCycleNumber.yaml - The current stable release -EPELBootstrapNumber.yaml - The number of the bootstrap release