Files
fedora-infra_ansible/vars/all/Frozen.yaml
2026-02-17 20:07:41 +05:30

8 lines
212 B
YAML

---
# is the infrastructure freeze currently in place?
InfraFrozen: False
# is the pending release (Branched) currently frozen?
NextReleaseFrozen: True
# for 'backwards compatibility'
Frozen: "{{ InfraFrozen }}"