From 5555ec71ef4be69a2f4425554d030829a33baac2 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 28 May 2005 12:04:33 +0000 Subject: Make announcing to the portal work git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@17 83718e91-0e4f-0410-abf4-91180603181f --- schedule.ccl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 6e6dd28..3e7f971 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -11,7 +11,17 @@ if (output_source) -SCHEDULE Formaline_Announce AT wragh +SCHEDULE Formaline_AnnounceInitial AT wragh +{ + LANG: C +} "Put some meta information about the current run into permanent storage" + +SCHEDULE Formaline_AnnounceUpdate AT analysis +{ + LANG: C +} "Put some meta information about the current run into permanent storage" + +SCHEDULE Formaline_AnnounceFinal AT terminate { LANG: C } "Put some meta information about the current run into permanent storage" -- cgit v1.2.3