From a25993217c68153a792c2353cf00958d69e7981b Mon Sep 17 00:00:00 2001 From: Ludek Smid Date: May 25 2023 15:21:59 +0000 Subject: Fixed command (eolclose) for example command line. The command line was incorrect. --- diff --git a/modules/ROOT/pages/pgm_guide/sop/eol-day.adoc b/modules/ROOT/pages/pgm_guide/sop/eol-day.adoc index 8f0e233..dbf840b 100644 --- a/modules/ROOT/pages/pgm_guide/sop/eol-day.adoc +++ b/modules/ROOT/pages/pgm_guide/sop/eol-day.adoc @@ -17,7 +17,7 @@ Close open bugs. .. Exclude bugs with the **Tracking** keyword. .. This {bugzilla_eol_query}[Bugzilla query] will give you the right results (just update the version). . 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 eolwarn bugs-2022-06-07.csv` +.. 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. . Close any still-open bugs.