From 01311dc75380ad8700de45900d2468894d54c2fa Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 14 May 2019 10:52:32 -0500 Subject: [PATCH] update tasks --- release-tasks | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/release-tasks b/release-tasks index 58c41fa..bb1b43a 100644 --- a/release-tasks +++ b/release-tasks @@ -473,19 +473,24 @@ Thanks! In a clean working copy of the tagged release version run the script + cd /doc/doxygen/deal.II ./make_offline_doc.sh 9.0.0 # or alternatively for a release candidate ./make_offline_doc.sh 9.0.0-rc1 - to create dealii-9.0.0-offline_documentation.tar.gz - (dealii-9.0.0-rc1-offline_documentation.tar.gz). This step needs to be - done on a machine that has both a reasonably new doxygen version as - well as a dot version that can produce pngs. wolfgang's bloc507d has - both of these programs installed in /home/bangerth/bin/x86/bin. + to prepare the offline documentation - d) Also sign it: - gpg --detach-sign --armor dealii-9.0.0-offline_documentation.tar.gz + d) Create dealii-9.1.0-offline_documentation.tar.gz (or for a + prerelease: dealii-9.1.0-rc1-offline_documentation.tar.gz) + + cd + tar -cvf dealii-9.1.0-offline_documentation.tar doc + gzip dealii-9.1.0-offline_documentation.tar + + e) Also sign it: + + gpg --detach-sign --armor dealii-9.1.0-offline_documentation.tar.gz 14a/ Create a pre-release on github: -- 2.39.5