Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/front_content/get+parse_msg 2018/01/03 23:17:49 1.1
+++ mitgcm.org/front_content/get+parse_msg 2018/01/06 20:51:40 1.2
@@ -1,12 +1,11 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/get+parse_msg,v 1.1 2018/01/03 23:17:49 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/get+parse_msg,v 1.2 2018/01/06 20:51:40 jmc Exp $
#
# The purpose of this script is to parse the emails produced by the
# MITgcm/verificaton/testreport script and store the data in a
# reasonable location.
-
usage()
{
echo
@@ -175,6 +174,11 @@
# therefore we do not terminate if non-zero
#exit 6
fi
+#- This is the log file that current "check_outp" (run on baudelaire) is checking:
+ logpfx="prc_emails_" ; sfx=`date +%m%d`
+ logfile="/net/zany/data/ORWELL/export-7/u/jmc/testing/logs/${logpfx}$sfx"
+#- update log-file to trigger a new "check_outp":
+ if test -e $logfile ; then touch $logfile ; fi
fi
#echo 'Start processing msg locally'
#exit
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |