From: Guido Kanschat Date: Thu, 15 Sep 2005 13:58:25 +0000 (+0000) Subject: new shell script for making tar files X-Git-Tag: v8.0.0~13145 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b04862ec8d3a2420c0c707c85242fc0b985807d;p=dealii.git new shell script for making tar files git-svn-id: https://svn.dealii.org/trunk@11452 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/RELEASE/tasks b/deal.II/doc/RELEASE/tasks index fc9b44e3e8..25eff4ceec 100644 --- a/deal.II/doc/RELEASE/tasks +++ b/deal.II/doc/RELEASE/tasks @@ -23,14 +23,13 @@ when a new release shall be issued: 4/ if a x.y.0 release, create a branch: call common/scripts/cvs-create-branch -5/ cvs update -P -r Branch-- - or - cvs checkout -P -r Branch-- deal.II +5/ cvs checkout -P -r Branch-- deal.II + mv deal.II checkout + cd checkout + cvs checkout -r Branch-- tests - cd deal.II - cvs checkout tests - -6/ change the content of the `Version' file on both HEAD and branch +6/ change the content of the `Version' file on both HEAD and branch; version + on branch should have THREE digits. 7/ test the branch thoroughly: make distclean (if applicable) @@ -49,11 +48,9 @@ when a new release shall be issued: 10/ tell your friends to tag their programs -11a/ cvs export -r Version-x-y-z and form a tarball of that. - -11b/ Produce the online documentation and form a tarball of the doxygen output +11/ call common/scripts/make_tarfile.sh in the directory containing 'checkout' -12/ put it on the web server. +12/ put both tar files on the web server. 13/ Add links to download.html, navbar.html and toc.html on homepage.