From 65f2e53b3a3f162ca9d9691a4ee0f83fc9ac4cc2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Oct 2018 21:57:27 +0000 Subject: [PATCH] Drop a unused file, update readme. --- vars/all/FedoraBranchedStatus.yaml | 1 - vars/all/README | 14 +++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) delete mode 100644 vars/all/FedoraBranchedStatus.yaml diff --git a/vars/all/FedoraBranchedStatus.yaml b/vars/all/FedoraBranchedStatus.yaml deleted file mode 100644 index f8f2030e83..0000000000 --- a/vars/all/FedoraBranchedStatus.yaml +++ /dev/null @@ -1 +0,0 @@ -FedoraBranchedStatus: post-beta diff --git a/vars/all/README b/vars/all/README index 73529b1fcb..922053daa1 100644 --- a/vars/all/README +++ b/vars/all/README @@ -3,7 +3,7 @@ various playbooks. The first set of these is to allow templates to handle the various stages of Fedora development so we don't have to remember all the places that need changing. -There's 3 states: +There's 3 states for Fedora releases: 1: @@ -24,3 +24,15 @@ Rawhide N+1 Fedora N (stable) Fedora N-1 (stable) Fedora N-2 (stable) + +These are controlled by some variables: + +00-FedoraCycleNumber.yaml - The current stable release +FedoraBranchedBodhi.yaml - If bodhi is enabled, If it's prebeta or postbeta +FedoraBranchedNumber.yaml - The current branched release, or 0 if it doesnt exist +FedoraBranched.yaml - true if there is a branched, false otherwise +FedoraPreviousCycleNumber.yaml - number of previous stable release +FedoraPreviousPreviousCycleNumber.yaml - number of previous previous stable release or 0 +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