Changeset 4729
- Timestamp:
- 07/22/10 10:15:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r3615 r4729 195 195 if [ "$OS" = "winxp32" ] 196 196 then 197 email -html -f "ISSM Nightly run $EMAIL_ADRESS" -s "Nightly runs of $ISSM_RELEASE , operating system: $OS . " $i < $ISSM_DIR/test/Verification/NightlyRun/report.html197 email -html -f "ISSM Nightly run $EMAIL_ADRESS" -s "Nightly runs of $ISSM_RELEASE , operating system: $OS, host: $HOST_NAME, user: $USER. " $i < $ISSM_DIR/test/Verification/NightlyRun/report.html 198 198 else 199 199 if [ "$OS" = "linux64" ] … … 202 202 From: "ISSM Nightly run" <$EMAIL_ADRESS> 203 203 To: $i 204 Subject: Nightly runs of $ISSM_RELEASE, operating system: $OS .204 Subject: Nightly runs of $ISSM_RELEASE, operating system: $OS, host: $HOST_NAME, user: $USER. 205 205 Mime-Version: 1.0 206 206 Content-Type: text/html … … 210 210 From: "ISSM Nightly run" <$EMAIL_ADRESS> 211 211 To: $i 212 Subject: Nightly runs of $ISSM_RELEASE, operating system: $OS .212 Subject: Nightly runs of $ISSM_RELEASE, operating system: $OS, host: $HOST_NAME, user: $USER. 213 213 Mime-Version: 1.0 214 214 Content-Type: text/html
Note:
See TracChangeset
for help on using the changeset viewer.