(file) Return to cleanup_by_cron.csh CVS log (file) (dir) Up to [Development] / JSOC / proj / workflow

File: [Development] / JSOC / proj / workflow / cleanup_by_cron.csh (download) / (as text)
Revision: 1.2, Tue May 14 18:46:27 2013 UTC (10 years ago) by jeneen
Branch: MAIN
CVS Tags: Ver_8-8, Ver_8-7, Ver_8-6, Ver_8-5, Ver_8-4, Ver_8-3, Ver_8-2, Ver_8-12, Ver_8-11, Ver_8-10, Ver_8-1
Changes since 1.1: +2 -3 lines
updating so pipeline will run from Development

#! /bin/csh -f

source $HOME/.cshrc
source $HOME/.login

setenv WORKFLOW_DATA /home/jsoc/pipeline
#setenv WORKFLOW_ROOT /home/phil/jsoc/proj/workflow
setenv WORKFLOW_ROOT /home/jsoc/cvs/Development/JSOC/proj/workflow

cd $WORKFLOW_DATA

# Cleanup old log files of successful tasks.
# gatekeeper need not be stopped for this process since
# only completed tasks will have old logs removed.

set NOW = `date +%Y%m%d_%H%M`
$WORKFLOW_ROOT/cleanup.csh >& $WORKFLOW_DATA/cleanup_log.$NOW

Karen Tian
Powered by
ViewCVS 0.9.4