summaryrefslogtreecommitdiff
path: root/arrangements
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-02-26 16:43:40 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-02-26 16:43:40 +0000
commit47f801bfc2dbe9adfaf7d5b0f7ec5c74a0fb1fd0 (patch)
tree02af6a07dea392292d1007071706b433594d01bc /arrangements
parente787f18952318598849adec5ef399598bf04164e (diff)
Adding a README to this directory mainly so the directory isn't empty.
Now you should be able to use -P on a cvs update when you have no arrangements and on an initial checkout. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2631 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'arrangements')
-rw-r--r--arrangements/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/arrangements/README b/arrangements/README
new file mode 100644
index 00000000..9306521e
--- /dev/null
+++ b/arrangements/README
@@ -0,0 +1,12 @@
+This directory contains directories refered to as 'arrangements'.
+Each arrangement contains further directories holding the 'thorns'.
+
+The build system searches for thorns and creates a 'ThornList' in
+a configuration's directory configs/<configuration-name> where
+all configuration specific files are kept. This thorn list
+can subaequently be hand-edited.
+
+In any compiled Cactus executable all thorns must have unique names.
+This implies that each thorn should appear in one, and only one,
+arrangement.
+