Files
fedora-infra_ansible/vars/all/Frozen.yaml
Patrik Polakovič d347cf1f20 Update Ansible vars for F42 Beta release
Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
2025-03-14 19:19:32 +01:00

8 lines
212 B
YAML

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