[Commits] [svn:einsteintoolkit] manifest/trunk/ (Rev. 54)

schnetter at cct.lsu.edu schnetter at cct.lsu.edu
Mon Nov 22 18:27:19 CST 2010


User: eschnett
Date: 2010/11/22 06:27 PM

Modified:
 /trunk/
  einsteintoolkit.th

Log:
 Add AUTH_URL for all svn repositories, and use http instead of https
 for the non-auth URLs.

File Changes:

Directory: /trunk/
==================

File [modified]: einsteintoolkit.th
Delta lines: +14 -9
===================================================================
--- trunk/einsteintoolkit.th	2010-11-22 17:07:24 UTC (rev 53)
+++ trunk/einsteintoolkit.th	2010-11-23 00:27:19 UTC (rev 54)
@@ -13,7 +13,8 @@
 # This thorn list
 !TARGET   = $ROOT
 !TYPE     = svn
-!URL      = https://svn.einsteintoolkit.org/$1/trunk
+!AUTH_URL = https://svn.einsteintoolkit.org/$1/trunk
+!URL      = http://svn.einsteintoolkit.org/$1/trunk
 !CHECKOUT = manifest
 
 # Cactus Flesh
@@ -27,13 +28,15 @@
 # Simulation Factory
 !TARGET   = $ROOT
 !TYPE     = svn
-!URL      = https://svn.cct.lsu.edu/repos/numrel/$1/trunk
+!AUTH_URL = https://svn.cct.lsu.edu/repos/numrel/$1/trunk
+!URL      = http://svn.cct.lsu.edu/repos/numrel/$1/trunk
 !CHECKOUT = simfactory
 
 # Example parameter files
 !TARGET   = $ROOT
 !TYPE     = svn
-!URL      = https://svn.einsteintoolkit.org/cactus/EinsteinExamples/trunk/$1
+!AUTH_URL = https://svn.einsteintoolkit.org/cactus/EinsteinExamples/trunk/$1
+!URL      = http://svn.einsteintoolkit.org/cactus/EinsteinExamples/trunk/$1
 !CHECKOUT = par
 
 # Cactus utilities, including the GetComponents script
@@ -143,7 +146,8 @@
 # The Einstein Toolkit
 !TARGET   = $ARR
 !TYPE     = svn
-!URL      = https://svn.einsteintoolkit.org/cactus/$1/$2/trunk
+!AUTH_URL = https://svn.einsteintoolkit.org/cactus/$1/$2/trunk
+!URL      = http://svn.einsteintoolkit.org/cactus/$1/$2/trunk
 !CHECKOUT =
 EinsteinAnalysis/ADMAnalysis
 EinsteinAnalysis/ADMConstraints
@@ -223,8 +227,8 @@
 # Various thorns from the AEI
 !TARGET   = $ARR
 !TYPE     = svn
+!AUTH_URL = https://svn.aei.mpg.de/numrel/$1/$2/trunk
 !URL      = http://svn.aei.mpg.de/numrel/$1/$2/trunk
-!AUTH_URL = https://svn.aei.mpg.de/numrel/$1/$2/trunk
 !CHECKOUT =
 AEIThorns/AEILocalInterp
 
@@ -232,7 +236,8 @@
 # Various thorns from LSU
 !TARGET   = $ARR
 !TYPE     = svn
-!URL      = https://svn.cct.lsu.edu/repos/numrel/$1/$2/trunk
+!AUTH_URL = https://svn.cct.lsu.edu/repos/numrel/$1/$2/trunk
+!URL      = http://svn.cct.lsu.edu/repos/numrel/$1/$2/trunk
 !CHECKOUT =
 LSUThorns/QuasiLocalMeasures
 LSUThorns/SummationByParts
@@ -242,8 +247,8 @@
 # From Kranc (required e.g. by McLachlan)
 !TARGET   = $ARR
 !TYPE     = git
+!AUTH_URL = git at github.com:ianhinder/Kranc.git
 !URL      = git://github.com/ianhinder/Kranc.git
-!AUTH_URL = git at github.com:ianhinder/Kranc.git
 !REPO_PATH= Auxiliary/Cactus
 !CHECKOUT =
 KrancNumericalTools/GenericFD
@@ -253,8 +258,8 @@
 # McLachlan, the spacetime code
 !TARGET   = $ARR
 !TYPE     = git
+!AUTH_URL = carpetgit at carpetcode.dyndns.org:McLachlan
 !URL      = git://carpetcode.dyndns.org/McLachlan
-!AUTH_URL = carpetgit at carpetcode.dyndns.org:McLachlan
 !REPO_PATH= $2
 !CHECKOUT = McLachlan/doc McLachlan/m McLachlan/par
 McLachlan/ML_BSSN
@@ -270,8 +275,8 @@
 # Carpet, the AMR driver
 !TARGET   = $ARR
 !TYPE     = git
+!AUTH_URL = carpetgit at carpetcode.dyndns.org:carpet
 !URL      = git://carpetcode.dyndns.org/carpet
-!AUTH_URL = carpetgit at carpetcode.dyndns.org:carpet
 # For experimental version, comment previous three lines and uncomment next two
 # Note that you will need to get access first (ask Erik Schnetter)
 #!TYPE     = hg



More information about the Commits mailing list