Changeset 1725
- Timestamp:
- 08/17/09 12:24:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r1634 r1725 27 27 echo $suffix; 28 28 } 29 30 29 function host_name() 31 30 { … … 40 39 } 41 40 42 43 41 #get configs 44 42 if [ $# -ne 1 ]; … … 58 56 export ISSM_RELEASE="issm" 59 57 export OS 60 61 58 62 59 #create ISSM variables … … 113 110 114 111 #3: generate MakeFiles 112 cd $ISSM_DIR 115 113 sh scripts/automakererun.sh 116 114 sh configs/$OS/$OS.sh … … 145 143 startup 146 144 warning off %necessary to avoid a nightly.log of several Go for cielo_parallel 147 nightlyrun($PACKAGES); 145 try, 146 nightlyrun($PACKAGES); 147 catch me, 148 %An error occured, get report and exit 149 getreport(me) 150 end 148 151 exit 149 152 EOF
Note:
See TracChangeset
for help on using the changeset viewer.