]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
update the script
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Sep 2007 03:38:11 +0000 (03:38 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Sep 2007 03:38:11 +0000 (03:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@15157 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/make_tarfile.sh

index b66a888050d28bed8fa917af781869e7c3cd185e..42c436ae9618e85768d35bf5e8e270944676a035 100644 (file)
@@ -1,16 +1,19 @@
 ######################################################################
-# We assume that the most recent checked out version of the branch
-# is in subdir checkout and configured.
+# creates both tar files (source and documentation). call this script
+# in an otherwise empty directory as follows:
+# 
+#   bash make_tarfile.sh 6 0 0
 #
-# Will create both tar files (source and documentation)
+# to generate the tar files for release 6.0.0
 #
 ######################################################################
 
-MAJOR=`perl -n -e "m/(\\d+)\\.(\\d+)\\.(\\d+)/; print \\$1" checkout/Version`
-MINOR=`perl -n -e "m/(\\d+)\\.(\\d+)\\.(\\d+)/; print \\$2" checkout/Version`
-PATCH=`perl -n -e "m/(\\d+)\\.(\\d+)\\.(\\d+)/; print \\$3" checkout/Version`
+MAJOR=$1
+MINOR=$2
+PATCH=$3
+
+svn export http://wolfgang.math.tamu.edu/svn/public/deal.II/tags/Version-$MAJOR-$MINOR-$PATCH/deal.II
 
-cvs -d `cat checkout/CVS/Root` export -kv -r Version-$MAJOR-$MINOR-$PATCH deal.II
 tar czf deal.II-$MAJOR.$MINOR.$PATCH.tar.gz deal.II
 cd deal.II
 ./configure --with-umfpack

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.