From: Wolfgang Bangerth Date: Fri, 28 May 2021 16:34:45 +0000 (-0600) Subject: Add one step. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=038401c690e1bd8795444a9afcd027831545cb39;p=release-papers.git Add one step. --- diff --git a/release-tasks b/release-tasks index fd92807..c268591 100644 --- a/release-tasks +++ b/release-tasks @@ -315,11 +315,17 @@ Best [ pull request for master branch ] -6/ update the official tester to test on the release branch dealii-9.0 +5a/ On master, replace all occurrences of DEAL_II_DEPRECATE_EARLY by + DEAL_II_DEPRECATE in the library. (This needs to happen here because + if we forget it, we merge patches that add more + DEAL_II_DEPRECATE_EARLY notes and we don't know any more which of + these were meant to be converted for the following release.) - An empty checkout in a folder 'dealii-9.0' can be obtained via +6/ Update the official tester to test on the release branch dealii-9.3 - git clone --branch dealii-9.0 git://github.com/dealii/dealii.git deal-9.0 + An empty checkout in a folder 'dealii-9.3' can be obtained via + + git clone --branch dealii-9.3 git://github.com/dealii/dealii.git deal-9.3 6a/ On mainline, do something like this to require the current dev version for the tutorials and in the documentation: