diff --git a/modules/ROOT/pages/pgm_guide/release_process.adoc b/modules/ROOT/pages/pgm_guide/release_process.adoc index 72e94b3..707ba7e 100644 --- a/modules/ROOT/pages/pgm_guide/release_process.adoc +++ b/modules/ROOT/pages/pgm_guide/release_process.adoc @@ -304,6 +304,10 @@ For example, to warn that Fedora 29 will be EOL on 19 November 2019: WARNING: This script will take a while to run. Execute it from a machine with stable power and networking. +TIP: By default, the script will check to see that the version of the bug matches the EOL version you specfify. +You will need to add the version field to your bugzilla query for this to work. +If for some reason you like to live dangerously, you can set `CHECK_VERSION = 0` in the script. + == EOL day === Bug closure @@ -318,6 +322,10 @@ For example, to close Fedora 29 bugs with an EOL date of 19 November 2019: WARNING: This script will take a while to run. Execute it from a machine with stable power and networking. +TIP: By default, the script will check to see that the version of the bug matches the EOL version you specfify. +You will need to add the version field to your bugzilla query for this to work. +If for some reason you like to live dangerously, you can set `CHECK_VERSION = 0` in the script. + === Update product description Adjust wording of the https://bugzilla.redhat.com/editproducts.cgi?action=edit&product=Fedora[Fedora product] in Bugzilla to reflect the EOL.