[Commits] [svn:einsteintoolkit] manifest/branches/ET_2011_05/ (Rev. 91)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Thu Apr 21 00:04:46 CDT 2011


User: knarf
Date: 2011/04/21 12:04 AM

Modified:
 /branches/ET_2011_05/
  einsteintoolkit.th

Log:
 point to new release branches, except for three repos where I could not create them because of lacking write permissions: Kranc, PunctureTracker and SystemStatistics. Repo admins are notified...

File Changes:

Directory: /branches/ET_2011_05/
================================

File [modified]: einsteintoolkit.th
Delta lines: +25 -21
===================================================================
--- branches/ET_2011_05/einsteintoolkit.th	2011-04-21 04:44:55 UTC (rev 90)
+++ branches/ET_2011_05/einsteintoolkit.th	2011-04-21 05:04:46 UTC (rev 91)
@@ -8,41 +8,42 @@
 !DEFINE ROOT = Cactus
 !DEFINE ARR  = $ROOT/arrangements
 
+!DEFINE ET_RELEASE = ET_2011_05
 
 
 # This thorn list
 !TARGET   = $ROOT
 !TYPE     = svn
-!AUTH_URL = https://svn.einsteintoolkit.org/$1/trunk
-!URL      = http://svn.einsteintoolkit.org/$1/trunk
+!AUTH_URL = https://svn.einsteintoolkit.org/$1/branches/$ET_RELEASE
+!URL      = http://svn.einsteintoolkit.org/$1/branches/$ET_RELEASE
 !CHECKOUT = manifest
 
 # Cactus Flesh
 !TARGET   = $ROOT
 !TYPE     = svn
-!AUTH_URL = https://svn.cactuscode.org/flesh/trunk
-!URL      = http://svn.cactuscode.org/flesh/trunk
+!AUTH_URL = https://svn.cactuscode.org/flesh/branches/$ET_RELEASE
+!URL      = http://svn.cactuscode.org/flesh/branches/$ET_RELEASE
 !CHECKOUT = Cactus
 !NAME     = .
 
 # Simulation Factory
 !TARGET   = $ROOT
 !TYPE     = svn
-!URL      = https://svn.cct.lsu.edu/repos/numrel/$1/trunk
+!URL      = https://svn.cct.lsu.edu/repos/numrel/$1/branches/$ET_RELEASE
 !CHECKOUT = simfactory
 
 # Example parameter files
 !TARGET   = $ROOT
 !TYPE     = svn
-!AUTH_URL = https://svn.einsteintoolkit.org/cactus/EinsteinExamples/trunk/$1
-!URL      = http://svn.einsteintoolkit.org/cactus/EinsteinExamples/trunk/$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
 
 # Various Cactus utilities
 !TARGET   = $ROOT
 !TYPE     = svn
-!AUTH_URL = https://svn.cactuscode.org/Utilities/trunk
-!URL      = http://svn.cactuscode.org/Utilities/trunk
+!AUTH_URL = https://svn.cactuscode.org/Utilities/branches/$ET_RELEASE
+!URL      = http://svn.cactuscode.org/Utilities/branches/$ET_RELEASE
 !CHECKOUT = .
 !NAME     = utils
 
@@ -52,15 +53,15 @@
 !URL      = git://github.com/gridaphobe/CRL.git
 !AUTH_URL = git at github.com:gridaphobe/CRL.git
 !CHECKOUT = GetComponents
-!REPO_BRANCH = ET_2011_05
+!REPO_BRANCH = $ET_RELEASE
 
 
 
 # Cactus thorns
 !TARGET   = $ARR
 !TYPE     = svn
-!AUTH_URL = https://svn.cactuscode.org/arrangements/$1/$2/trunk
-!URL      = http://svn.cactuscode.org/arrangements/$1/$2/trunk
+!AUTH_URL = https://svn.cactuscode.org/arrangements/$1/$2/branches/$ET_RELEASE
+!URL      = http://svn.cactuscode.org/arrangements/$1/$2/branches/$ET_RELEASE
 !CHECKOUT =
 CactusArchive/ADM
 
@@ -154,8 +155,8 @@
 # The Einstein Toolkit
 !TARGET   = $ARR
 !TYPE     = svn
-!AUTH_URL = https://svn.einsteintoolkit.org/cactus/$1/$2/trunk
-!URL      = http://svn.einsteintoolkit.org/cactus/$1/$2/trunk
+!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
@@ -218,8 +219,8 @@
 # Additional Cactus thorns
 !TARGET   = $ARR
 !TYPE     = svn
-!AUTH_URL = https://svn.cactuscode.org/projects/$1/$2/trunk
-!URL      = http://svn.cactuscode.org/projects/$1/$2/trunk
+!AUTH_URL = https://svn.cactuscode.org/projects/$1/$2/branches/$ET_RELEASE
+!URL      = http://svn.cactuscode.org/projects/$1/$2/branches/$ET_RELEASE
 !CHECKOUT =
 ExternalLibraries/BLAS
 ExternalLibraries/GSL
@@ -239,19 +240,19 @@
 # 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/branches/$ET_RELEASE
+!URL      = http://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE
 !CHECKOUT =
 AEIThorns/AEILocalInterp
-AEIThorns/PunctureTracker
-AEIThorns/SystemStatistics
+#AEIThorns/PunctureTracker
+#AEIThorns/SystemStatistics
 
 
 
 # Various thorns from LSU
 !TARGET   = $ARR
 !TYPE     = svn
-!URL      = https://svn.cct.lsu.edu/repos/numrel/$1/$2/trunk
+!URL      = https://svn.cct.lsu.edu/repos/numrel/$1/$2/branches/$ET_RELEASE
 !CHECKOUT =
 LSUThorns/QuasiLocalMeasures
 LSUThorns/SummationByParts
@@ -265,6 +266,7 @@
 !AUTH_URL = git at github.com:ianhinder/Kranc.git
 !URL      = git://github.com/ianhinder/Kranc.git
 !REPO_PATH= Auxiliary/Cactus
+#!REPO_BRANCH = $ET_RELEASE
 !CHECKOUT =
 KrancNumericalTools/GenericFD
 
@@ -276,6 +278,7 @@
 !AUTH_URL = carpetgit at carpetcode.org:McLachlan
 !URL      = git://carpetcode.org/McLachlan
 !REPO_PATH= $2
+!REPO_BRANCH = $ET_RELEASE
 !CHECKOUT = McLachlan/doc McLachlan/m McLachlan/par
 McLachlan/ML_ADMConstraints
 McLachlan/ML_ADMQuantities
@@ -292,6 +295,7 @@
 !TYPE     = git
 !AUTH_URL = carpetgit at carpetcode.org:carpet
 !URL      = git://carpetcode.org/carpet
+!REPO_BRANCH = $ET_RELEASE
 # 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