From: Wolfgang 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-Tag: v8.0.0~7642 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67810697ae1a3d9c3d7ac6c9e424c83c7ebf5a45;p=dealii.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