Files
fedora-infra_ansible/vars/all/Frozen.yaml
Kevin Fenzi 7da7d54653 We are out of f43 beta freeze
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-09-17 09:44:51 -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 }}"