Changeset 173
- Timestamp:
- 05/01/09 14:49:13 (16 years ago)
- Location:
- issm/trunk/cron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/linux_cronfile
r97 r173 1 0 01 * * * cd /u/wilkes-r1b/morlighe/issm/trunk/cron/ && ./nightlyrun.sh1 01 0 * * * cd /u/wilkes-r1b/morlighe/svn/issm/trunk/cron/ && ./nightlyrun.sh -
issm/trunk/cron/nightlyrun.sh
r97 r173 11 11 #create ISSM variables 12 12 OLDISSM_DIR=$ISSM_DIR; 13 export ISSM_DIR="/u/wilkes-r1b/morlighe/ issm/trunk/cron/issm/trunk"13 export ISSM_DIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/svn/issm/trunk" 14 14 ISSM_RELEASE="issm"; 15 15 … … 19 19 20 20 #Erase code 21 rm -rf $ISSM_RELEASE21 rm -rf svn 22 22 23 23 #Fetch svn code 24 svn checkout file:///u/wilkes-r1b/larour/Repository/issm 25 24 svn checkout http://s383-rhat/issm/svn 26 25 source $ISSM_DIR/etc/environment.sh 27 26 … … 55 54 make 56 55 make install 56 57 #5: change issm.rc 58 cd etc 59 cat issm.rc | sed -e "s/server_codepath=\/u\/wilkes-r1b\/larour\/Ice\/ice1.proto\/bin/server_codepath=\/u\/wilkes-r1b\/morlighe\/svn\/issm\/trunk\/cron\/svn\/issm\/trunk\/bin/g" | sed -e "s/server_executionpath=\/home\/larour\/Testing\/Execution/server_executionpath=\/u\/wilkes-r1b\/morlighe\/Execution/g"> issm.bak 60 mv issm.bak issm.rc 61 cd .. 57 62 58 63 #Figure out mailing list … … 88 93 89 94 #Erase ice code 90 cd .. 91 rm -rf $ISSM_RELEASE 92 93 #back to old ISSM_DIR 94 ISSM_DIR=$OLDISSM_DIR 95 export ISSM_DIR 95 cd ../../../ 96 rm -rf svn
Note:
See TracChangeset
for help on using the changeset viewer.