Skip to content

Commit

Permalink
docs: document release-banner command
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen authored and xsuchy committed Dec 23, 2022
1 parent e88e3eb commit d1c77fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/how_to_release_copr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down Expand Up @@ -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 <https://bugzilla.redhat.com/buglist.cgi?bug_status=POST&bug_status=MODIFIED&classification=Community&list_id=4678039&product=Copr&query_format=advanced>`_
(that are not ON_QA) are fixed in released Copr or not, move them ON_QA.

Expand Down

0 comments on commit d1c77fc

Please sign in to comment.