Files
fedora-infra_ansible/vars/all/Frozen.yaml
2025-08-26 15:27:32 +00:00

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 }}"