ansible/vars/all
Samyak Jain 5f164c7347 Branch Fedora 41 from Rawhide
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
2024-08-13 14:13:43 +00:00
..
00-EPELCycleNumber.yaml bodhi: override status and mandatory_days_in_testing for EPEL bootstrap 2024-07-31 16:56:22 -05:00
00-FedoraCycleNumber.yaml Fedora 40 is GO 2024-04-19 21:36:49 +05:30
EPELBootstrapNumber.yaml bodhi: override status and mandatory_days_in_testing for EPEL bootstrap 2024-07-31 16:56:22 -05:00
FedoraBranched.yaml Branch Fedora 41 from Rawhide 2024-08-13 14:13:43 +00:00
FedoraBranchedBodhi.yaml Branch Fedora 41 from Rawhide 2024-08-13 14:13:43 +00:00
FedoraBranchedNumber.yaml test more 2018-10-01 21:37:06 +00:00
FedoraPreviousCycleNumber.yaml Perhaps we need to filter for int here. 2018-10-01 21:23:06 +00:00
FedoraPreviousPrevious.yaml F38 is EOL 2024-05-21 14:33:13 +00:00
FedoraPreviousPreviousCycleNumber.yaml test more 2018-10-01 21:37:06 +00:00
FedoraRawhideNumber.yaml try removing singquotes 2018-10-01 21:27:34 +00:00
Frozen.yaml F40 freeze is over now 2024-04-24 09:11:47 -07:00
README vars: merge epel readme into readme for var substitution 2024-07-31 15:53:22 -07:00
RelEngFrozen.yaml Fedora 40 is GO 2024-04-19 21:36:49 +05:30

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 Fedora development so we don't have to 
remember all the places that need changing. 

There's 3 states for Fedora releases:

1:

Rawhide N+1
Fedora N (stable)
Fedora N-1 (stable)

2: We branch a new release from rawhide: 

Rahide N+2
Fedora N+1 (pre)
Fedora N (stable)
Fedora N-1 (stable)

3. That release is released:

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

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