diff --git a/doc/how_to_release_copr.rst b/doc/how_to_release_copr.rst index 5cd0dd975..47866f331 100644 --- a/doc/how_to_release_copr.rst +++ b/doc/how_to_release_copr.rst @@ -10,6 +10,15 @@ good to know what's ahead. Keep amending this page if you find something not matching reality or expectations. +Create warning banner about release +----------------------------------- + + +Use script in frontend's ``manage.py`` to announce an outage:: + + ./manage.py warning-banner --outage_time "2022-12-31 13:00-16:00 UTC" --ticket 1234 + + Pre-release ----------- @@ -422,6 +431,11 @@ It is often good idea to put new (filtered) ``%changelogs`` entries there. Final steps ........... +Remove the warning banner from frontend page by:: + + ./manage.py warning-banner --remove + + Check if the `MODIFIED bugs `_ (that are not ON_QA) are fixed in released Copr or not, move them ON_QA.