From f7e4d7ae9de31669bcb700e02bba9e71c4c959e5 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 27 May 2005 10:49:27 +0000 Subject: Store the source tarballs into a subdirectory to remove clutter. Restructure the announcing code so that there can be multiple announce targets. "Announce" to a file in the output directory by default. Also announce the list of active thorns and all parameter values. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@14 83718e91-0e4f-0410-abf4-91180603181f --- param.ccl | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index db7e077..e09ba93 100644 --- a/param.ccl +++ b/param.ccl @@ -3,10 +3,10 @@ -# Parameters for announcing to the portal +# Parameters for announcing meta information to the portal # (does not work yet properly) -BOOLEAN announce_to_portal "Announce to the portal" +BOOLEAN announce_to_portal "Announce meta information to the portal" { } no @@ -27,12 +27,32 @@ STRING portal_username "User name on the portal" +# Parameters for storing meta information in a file + +BOOLEAN store_into_file "Store meta information in a file" +{ +} yes + +STRING storage_filename "File name for meta information" +{ + "" :: "" +} "formaline-jar.txt" + + + # Parameters for storing the source tree in the executable BOOLEAN output_source "Output a tarball with the cactus source tree" { } yes +STRING output_source_subdirectory "Subdirectory, relative to IO::out_dir, for the Cactus source tarballs" +{ + "" :: "" +} "cactus-source" + + + SHARES: IO USES STRING out_dir -- cgit v1.2.3