Belatedly lift F41 Final freeze, remove unused RelEngFrozen

It seems this has been set true ever since F41 Final freeze. It
probably should have been set false after F41 shipped, but we
missed it.

We did freeze for F42 branching, but I'm pretty sure we declared
that over now. Next freeze is on Feb 18, for Beta.

Also, the RelEngFrozen variable is no longer used by anything.
It was only ever used for one thing in Bodhi config, but that
use was removed in 02cdf36 . So let's get rid of the variable.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-02-13 08:10:43 -08:00
parent 6428f8f772
commit 28fbce1a39
3 changed files with 1 additions and 4 deletions

View file

@ -19,7 +19,6 @@
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/web/infra/ansible/vars/all/RelEngFrozen.yaml"
- "/srv/web/infra/ansible/vars/all/00-FedoraCycleNumber.yaml"
- "/srv/web/infra/ansible/vars/all/FedoraBranched.yaml"
- "/srv/web/infra/ansible/vars/all/FedoraBranchedNumber.yaml"

View file

@ -1,2 +1,2 @@
---
Frozen: true
Frozen: false

View file

@ -1,2 +0,0 @@
---
RelEngFrozen: false