Drop a unused file, update readme.
This commit is contained in:
parent
62b5f43243
commit
65f2e53b3a
2 changed files with 13 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
FedoraBranchedStatus: post-beta
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue