FDL avisa a SOP

Este documento describe el procedimiento para realizar el aviso de fin de vida (FDL).

Temporizador/disparador

Este proceso se activa con el lanzamiento de Fedora Linux N+2. El cronograma prevé que se realice dos días después del lanzamiento, pero cualquier momento dentro de las dos semanas posteriores al lanzamiento es suficiente.

Proceso

Agregue un comentario de advertencia sobre errores abiertos para la versión que pronto llegará a su fin mediante el uso del https://pagure.io/fedora-pgm/pgm_scripts/blob/main/f/closebugs/fedora_bz.py[script`fedora_bz.py`.

Por ejemplo, para publicar el aviso en los defectos de Fedora Linux 37: ./fedora_bz.py eolwarn 37

El script leerá la fecha del FDL desde Bodhi, o puede sobrescribirlo, p.ej. ./fedora_bz.py eolwarn --date=2023-12-05 37

This script will take a while to run. Execute it from a machine with stable power and networking. If the script does die, you can re-run it like ./fedora_bz.py --start-bug 123456 eolwarn 37 to start after bug #123456. Use the number of the last bug that was successfully edited. As a safety check, the script will exit if the first bug in the list already has the comment.

The script comments on all "Fedora" and "Fedora Container Images" bugs for the release which are still open, unless they have the Tracking keyword. This Bugzilla query is similar to the one it uses (if you want to examine the list before running the script).