Skip to content

Commit

Permalink
Update release HOWTO now that the documentation is in a container.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Sep 23, 2021
1 parent 9a66a33 commit f629d5e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions HOWTO-release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,17 @@ in the root directory)::
Creating and deploying the documentation
----------------------------------------

Recreate the documentation in ``docs/`` via (do this in the ``docs/``
subdirectory) and deploy it to ``python.livinglogic.de``::
Recreate the list of downloads in ``docs/`` via (do this in the ``docs/``
subdirectory)::

make clean download doc deploy
make clean download

As this has changed ``docs/DOWNLOAD.rst`` you need to check in the result and
push the resulting commit.

Wait for Gitlab to finish building the container image, and then click the
"deploy" button to deploy it to ``python.livinglogic.de``.


Uploading the release to the cheeseshop
---------------------------------------
Expand All @@ -87,8 +90,11 @@ Creating the Windows packages
Tell the Windows people that there's a new XIST release and wait until they've
finished their release dance.

Go to the ``docs/`` subdirectory, recreate the documentation and deploy it::
Go to the ``docs/`` subdirectory and recreate the download list::

make clean download doc deploy
make clean download

Check in the result and push it to all repos.

Wait for Gitlab to finish building the container image, and then click the
"deploy" button to deploy it to ``python.livinglogic.de``.

0 comments on commit f629d5e

Please sign in to comment.