eng: Fix indentation

This commit is contained in:
Sebastian Huber 2022-01-28 14:58:01 +01:00
parent 2924bf7811
commit fff7d6afc1

View File

@ -274,29 +274,29 @@ Post-Branch Procedure
#. Add the milestones for the new development branch. The Trac page #. Add the milestones for the new development branch. The Trac page
is: is:
.. code-block:: none .. code-block:: none
= 6.1 (open) = 6.1 (open)
== Statistics == Statistics
|| '''Total'''||[[TicketQuery(milestone=6.1,count)]] || || '''Total'''||[[TicketQuery(milestone=6.1,count)]] ||
|| Fixed||[[TicketQuery(status=closed&milestone=6.1,resolution=fixed,count,)]] || || Fixed||[[TicketQuery(status=closed&milestone=6.1,resolution=fixed,count,)]] ||
|| Invalid||[[TicketQuery(status=closed&milestone=6.1,resolution=invalid,count,)]] || || Invalid||[[TicketQuery(status=closed&milestone=6.1,resolution=invalid,count,)]] ||
|| Works for me||[[TicketQuery(status=closed&milestone=6.1,resolution=worksforme,count,)]] || || Works for me||[[TicketQuery(status=closed&milestone=6.1,resolution=worksforme,count,)]] ||
|| Duplicate||[[TicketQuery(status=closed&milestone=6.1,resolution=duplicate,count,)]] || || Duplicate||[[TicketQuery(status=closed&milestone=6.1,resolution=duplicate,count,)]] ||
|| Won't fix||[[TicketQuery(status=closed&milestone=6.1,resolution=wontfix,count,)]] || || Won't fix||[[TicketQuery(status=closed&milestone=6.1,resolution=wontfix,count,)]] ||
== Distribution == Distribution
[[TicketQuery(milestone=6.1&group=type,format=progress)]] [[TicketQuery(milestone=6.1&group=type,format=progress)]]
== Summary == Summary
[[TicketQuery(milestone=6.1)]] [[TicketQuery(milestone=6.1)]]
== Details == Details
[[TicketQuery(col=id|time|resolution|component|reporter|owner|changetime,status=closed&milestone=6.1,rows=summary|description,table)]] [[TicketQuery(col=id|time|resolution|component|reporter|owner|changetime,status=closed&milestone=6.1,rows=summary|description,table)]]
Replace ``6.1`` with the required milestone. Replace ``6.1`` with the required milestone.
#. Create the RC1 release candidate with the source as close the #. Create the RC1 release candidate with the source as close the
branch point as possible. branch point as possible.