[Commits] [svn:einsteintoolkit] manifest/branches/ET_2010_11/ (Rev. 56)
schnetter at cct.lsu.edu
schnetter at cct.lsu.edu
Mon Nov 22 21:10:04 CST 2010
User: eschnett
Date: 2010/11/22 09:10 PM
Modified:
/branches/ET_2010_11/
einsteintoolkit.th
Log:
Update the thorn list to use http instead of https for anonymous
access, essentially adding an AUTH_URL for every URL, and modifying
the URL to use http instead of https. Only SimFactory and LSUThorns
cannot be accessed via plain http and remain with https access.
File Changes:
Directory: /branches/ET_2010_11/
================================
File [modified]: einsteintoolkit.th
Delta lines: +10 -7
===================================================================
--- branches/ET_2010_11/einsteintoolkit.th 2010-11-23 00:30:39 UTC (rev 55)
+++ branches/ET_2010_11/einsteintoolkit.th 2010-11-23 03:10:03 UTC (rev 56)
@@ -14,7 +14,8 @@
# This thorn list
!TARGET = $ROOT
!TYPE = svn
-!URL = https://svn.einsteintoolkit.org/$1/branches/$ET_RELEASE
+!AUTH_URL = https://svn.einsteintoolkit.org/$1/branches/$ET_RELEASE
+!URL = http://svn.einsteintoolkit.org/$1/branches/$ET_RELEASE
!CHECKOUT = manifest
# Cactus Flesh
@@ -34,7 +35,8 @@
# Example parameter files
!TARGET = $ROOT
!TYPE = svn
-!URL = https://svn.einsteintoolkit.org/cactus/EinsteinExamples/branches/$ET_RELEASE/$1
+!AUTH_URL = https://svn.einsteintoolkit.org/cactus/EinsteinExamples/branches/$ET_RELEASE/$1
+!URL = http://svn.einsteintoolkit.org/cactus/EinsteinExamples/branches/$ET_RELEASE/$1
!CHECKOUT = par
# Cactus utilities, including the GetComponents script
@@ -144,7 +146,8 @@
# The Einstein Toolkit
!TARGET = $ARR
!TYPE = svn
-!URL = https://svn.einsteintoolkit.org/cactus/$1/$2/branches/$ET_RELEASE
+!AUTH_URL = https://svn.einsteintoolkit.org/cactus/$1/$2/branches/$ET_RELEASE
+!URL = http://svn.einsteintoolkit.org/cactus/$1/$2/branches/$ET_RELEASE
!CHECKOUT =
EinsteinAnalysis/ADMAnalysis
EinsteinAnalysis/ADMConstraints
@@ -224,8 +227,8 @@
# Various thorns from the AEI
!TARGET = $ARR
!TYPE = svn
+!AUTH_URL = https://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE
!URL = http://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE
-!AUTH_URL = https://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE
!CHECKOUT =
AEIThorns/AEILocalInterp
@@ -243,8 +246,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
!REPO_BRANCH = ET_2010_11
!CHECKOUT =
@@ -255,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
!REPO_BRANCH = ET_2010_11
!CHECKOUT = McLachlan/doc McLachlan/m McLachlan/par
@@ -273,8 +276,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
!REPO_BRANCH = ET_2010_11
# For experimental version, comment previous three lines and uncomment next two
# Note that you will need to get access first (ask Erik Schnetter)
More information about the Commits
mailing list