From b0f9fbf41ce5fd5d769546246c5099b1fad53e14 Mon Sep 17 00:00:00 2001 From: MOUGINOT B Date: Wed, 11 Jan 2017 16:56:45 -0600 Subject: [PATCH] some fix --- source/cep/cep3.rst | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/source/cep/cep3.rst b/source/cep/cep3.rst index 74f2d557f..ad0a67aeb 100644 --- a/source/cep/cep3.rst +++ b/source/cep/cep3.rst @@ -141,14 +141,16 @@ Release Process .. note:: - If mainteance script fails because of an ABI failure that are cause by - a compiler update, you might want to accept them and procceed with the - release with those. to do so you need to generate the new symbols and + If maintenance script fails because of an ABI failure that is caused by + a compiler update (or other similar change caused by reasons other + than code changes), you might want to accept them and procceed with the + release with those. To do so you need to generate the new symbols and commit them: - #. First make sure those change can be ignore by email the dev-list + #. First make sure those changes can be ignored by emailing for + discussion/approval the dev-list - #. if the dev-list agreed to those changes, update the symbol and + #. if the dev-list agrees to those changes, update the symbols and commit the new one: .. code-block:: bash @@ -257,9 +259,13 @@ Release Process #. Commit all changes to ``cyclus.github.com`` and ``make gh-publish`` -#. Update Dory Cyclus/Cycamore version and relaunch Dory worker. To do this you - need a acces to the dory server, the go toolchain as well as cde installed on - your computer. +#. Update 'Dory''s ``Cyclus``/``Cycamore`` version and relaunch ``Dory`` worker. + To do this you need a acces to the ``Dory`` server (if you don't please + contact an administrator), the ``go`` toolchain as well as ``cde`` installed + on your computer. Also, the release version of ``Cyclus`` and ``Cycamore`` + have to be compiled on you system and both executable and lib have to be on + the default paths. Please refer to the :doc:`source installation + <../user/install_from_git>` if you need. .. code-block:: bash @@ -275,6 +281,7 @@ Release Process $ rm -rf worker-* $ ./launch.sh 2 + #. Send out an email to `cyclus-dev` and `cyclus-users` to announce the release! Maintainence Tasks