Also add the file!

This commit is contained in:
Ben Cotton 2022-12-22 14:44:02 -05:00
commit 25f93acfc6

View file

@ -0,0 +1,19 @@
= EOL warning SOP
This document outlines the procedure for doing the end-of-life (EOL) warning.
== Timing/trigger
This process is triggered by the release of Fedora Linux N+2.
The schedule calls for it to occur two days after the release, but any time within two weeks of release day is sufficient.
== Process
. Select all bugs for Fedora version N-2 that are not closed and save the results as a CSV file.
.. Do this for both the **Fedora** product and the **Fedora Container Images** product.
.. Exclude bugs with the **Tracking** keyword.
.. This {bugzilla_eol_query}[Bugzilla query] will give you the right results (just update the version).
. Run `./fedora_bz.py --release 34 --date 2022-06-07 eolwarn bugs-2022-05-12.csv`
WARNING: This script will take a while to run.
Execute it from a machine with stable power and networking.