Files
fedora-infra_ansible/vars/all/Frozen.yaml
Kevin Fenzi 5ed8c1671c Fedora 42 Final infra freeze is over.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-04-16 10:21:40 -07:00

8 lines
213 B
YAML

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