From 69004c2b3608695cdb51433ff0201f0bb1d64e5b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Nov 14 2023 16:52:44 +0000 Subject: Clarify usage of fedora_bz.py a bit Try to clarify fedora_bz usage a little in the three places it comes up. Signed-off-by: Adam Williamson --- diff --git a/modules/ROOT/pages/pgm_guide/sop/branch.adoc b/modules/ROOT/pages/pgm_guide/sop/branch.adoc index 4a6cd83..8d9bfc2 100644 --- a/modules/ROOT/pages/pgm_guide/sop/branch.adoc +++ b/modules/ROOT/pages/pgm_guide/sop/branch.adoc @@ -43,6 +43,8 @@ WARNING: If you run this after Branch Day, you will need to add constraint on th `./fedora_bz.py --release 34 branch bugs-2019-08-13.csv` +where "34" is the number of the newly-Branched release. + WARNING: This script will take a while to run. Execute it from a machine with stable power and networking. diff --git a/modules/ROOT/pages/pgm_guide/sop/eol-day.adoc b/modules/ROOT/pages/pgm_guide/sop/eol-day.adoc index dbf840b..a0c2932 100644 --- a/modules/ROOT/pages/pgm_guide/sop/eol-day.adoc +++ b/modules/ROOT/pages/pgm_guide/sop/eol-day.adoc @@ -15,7 +15,7 @@ Close open bugs. . 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). +.. This {bugzilla_eol_query}[Bugzilla query] will give you the right results (just update the version to the one that is going EOL). . Run the https://pagure.io/fedora-pgm/pgm_scripts/blob/main/f/closebugs/fedora_bz.py[`fedora_bz.py` script] against it. .. For example, to close Fedora Linux 34 bugs with an EOL date of 7 June 2022: `./fedora_bz.py --release 34 --date 2022-06-07 eolclose bugs-2022-06-07.csv` . Re-run the {bugzilla_eol_query}[Bugzilla query] to verify that all bugs are closed. diff --git a/modules/ROOT/pages/pgm_guide/sop/eol-warning.adoc b/modules/ROOT/pages/pgm_guide/sop/eol-warning.adoc index cb11a6c..9c56b84 100644 --- a/modules/ROOT/pages/pgm_guide/sop/eol-warning.adoc +++ b/modules/ROOT/pages/pgm_guide/sop/eol-warning.adoc @@ -12,8 +12,9 @@ The schedule calls for it to occur two days after the release, but any time with . 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` +.. This {bugzilla_eol_query}[Bugzilla query] will give you the right results (just update the version to the one that is going EOL). +. Run the https://pagure.io/fedora-pgm/pgm_scripts/blob/main/f/closebugs/fedora_bz.py[`fedora_bz.py` script] against it. +.. For example, to send the EOL warning for Fedora Linux 34 bugs with an EOL date of 7 June 2022: `./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.