Changeset 2192
- Timestamp:
- 09/10/09 16:43:09 (15 years ago)
- Location:
- issm/trunk/cron
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/mailinglist
r1585 r2192 1 1 #Mailing list for nightly runs 2 MAILINGLIST="mathieu.morlighem@jpl.nasa.gov helene.seroussi@jpl.nasa.gov eric.larour@jpl.nasa.gov" 2 #MAILINGLIST="mathieu.morlighem@jpl.nasa.gov helene.seroussi@jpl.nasa.gov eric.larour@jpl.nasa.gov" 3 MAILINGLIST="mathieu.morlighem@jpl.nasa.gov" -
issm/trunk/cron/nightlyrun.sh
r2186 r2192 179 179 if [ "$SKIPMAIL" != "yes" ] 180 180 then 181 source cron/mailinglist181 source $ISSM_DIR/cron/mailinglist 182 182 for i in `echo $MAILINGLIST`; do 183 183 184 184 if [ "$OS" = "winxp32" ] 185 185 then 186 email -html -f "ISSM Nightly run $EMAIL_ADRESS" -s "Nightly runs of $ISSM_RELEASE , operating system: $OS. " $i < report.html186 email -html -f "ISSM Nightly run $EMAIL_ADRESS" -s "Nightly runs of $ISSM_RELEASE , operating system: $OS. " $i < $ISSM_DIR/test/Verification/NightlyRun/report.html 187 187 else 188 188 if [ "$OS" = "linux64" ] 189 189 then 190 cat - report.html <<HERE | /usr/lib/sendmail -oi -t190 cat - $ISSM_DIR/test/Verification/NightlyRun/report.html <<HERE | /usr/lib/sendmail -oi -t 191 191 From: "ISSM Nightly run" <$EMAIL_ADRESS> 192 192 To: $i … … 196 196 HERE 197 197 else 198 cat - report.html <<HERE | /usr/sbin/sendmail -oi -t198 cat - $ISSM_DIR/test/Verification/NightlyRun/report.html <<HERE | /usr/sbin/sendmail -oi -t 199 199 From: "ISSM Nightly run" <$EMAIL_ADRESS> 200 200 To: $i -
issm/trunk/cron/run.sh
r2190 r2192 47 47 48 48 wait 49 exit50 49 51 50 #remove matlab_run scripts.
Note:
See TracChangeset
for help on using the changeset viewer.