[Commits] [svn:einsteintoolkit] manifest/branches/ET_2013_11/ (Rev. 253)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Nov 25 10:29:14 CST 2013


User: knarf
Date: 2013/11/25 10:29 AM

Modified:
 /branches/ET_2013_11/
  einsteintoolkit.th

Log:
 switch to release branch

File Changes:

Directory: /branches/ET_2013_11/
================================

File [modified]: einsteintoolkit.th
Delta lines: +25 -28
===================================================================
--- branches/ET_2013_11/einsteintoolkit.th	2013-11-25 15:40:28 UTC (rev 252)
+++ branches/ET_2013_11/einsteintoolkit.th	2013-11-25 16:29:14 UTC (rev 253)
@@ -9,6 +9,7 @@
 !DEFINE ARR  = $ROOT/arrangements
 !DEFINE COMPONENTLIST_TARGET = $ROOT/thornlists/
 
+!DEFINE ET_RELEASE = ET_2013_11
 
 
 # A note on OpenCL:
@@ -42,37 +43,37 @@
 # 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 = simfactory2
 !NAME     = 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
 
@@ -81,6 +82,7 @@
 !TYPE     = git
 !URL      = git://github.com/gridaphobe/CRL.git
 !AUTH_URL = git at github.com:gridaphobe/CRL.git
+!REPO_BRANCH = $ET_RELEASE
 !CHECKOUT = GetComponents
 
 
@@ -88,8 +90,8 @@
 # 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
 
@@ -192,8 +194,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
@@ -265,6 +267,7 @@
 !AUTH_URL = git at github.com:rhaas80/Outflow.git
 !URL      = git://github.com/rhaas80/Outflow.git
 !REPO_PATH= ../$2
+!REPO_BRANCH = $ET_RELEASE
 !CHECKOUT = 
 EinsteinAnalysis/Outflow
 
@@ -273,6 +276,7 @@
 !AUTH_URL = git at github.com:barrywardell/EinsteinExact
 !URL      = git://github.com/barrywardell/EinsteinExact
 !REPO_PATH= $2
+!REPO_BRANCH = $ET_RELEASE
 !CHECKOUT = EinsteinExact/doc EinsteinExact/m EinsteinExact/tests
 EinsteinExact/EinsteinExact_Test
 EinsteinExact/GaugeWave
@@ -286,8 +290,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/FFTW3
@@ -306,23 +310,13 @@
 TAT/TATelliptic
 #TAT/TATPETSc
 
-# Boost library (http://www.boost.org/)
-# Boost is a high quality library that extends and anticipates C++ language
-# development. It is very useful for many C++ projects.
-#!TARGET   = $ARR
-#!TYPE     = git
-#!AUTH_URL = git at github.com:dradice/Boost.git
-#!URL      = git://github.com/dradice/Boost.git
-#!REPO_PATH = ../$2
-#!CHECKOUT =
-#ExternalLibraries/Boost
 
 
 # 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/ADMMass
 AEIThorns/AEILocalInterp
@@ -335,7 +329,7 @@
 # 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/PeriodicCarpet
 LSUThorns/QuasiLocalMeasures
@@ -350,6 +344,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
 
@@ -361,6 +356,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
@@ -381,6 +377,7 @@
 !TYPE     = git
 !AUTH_URL = carpetgit at carpetcode.org:carpet
 !URL      = git://carpetcode.org/carpet
+!REPO_BRANCH = $ET_RELEASE
 !CHECKOUT = Carpet/doc
 Carpet/Carpet
 Carpet/CarpetEvolutionMask



More information about the Commits mailing list