From: bangerth Date: Thu, 4 Jun 2009 15:02:28 +0000 (+0000) Subject: Grab files from the dealii.org svn server, not the mirror on wolfgang.math.tamu.edu X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f61a395427a38d5b149342dc4cb975b24f390f8e;p=dealii-svn.git Grab files from the dealii.org svn server, not the mirror on wolfgang.math.tamu.edu git-svn-id: https://svn.dealii.org/trunk@18905 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/make_tarfile.sh b/deal.II/common/scripts/make_tarfile.sh index 607d292ce2..7e7843c4b1 100755 --- a/deal.II/common/scripts/make_tarfile.sh +++ b/deal.II/common/scripts/make_tarfile.sh @@ -12,7 +12,7 @@ MAJOR=$1 MINOR=$2 PATCH=$3 -svn export http://wolfgang.math.tamu.edu/svn/public/deal.II/tags/Version-$MAJOR-$MINOR-$PATCH/deal.II +svn export http://www.dealii.org/svn/dealii/tags/Version-$MAJOR-$MINOR-$PATCH/deal.II # Generate distribution tarfile