Changeset 228
- Timestamp:
- 05/05/09 07:18:15 (16 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r173 r228 57 57 #5: change issm.rc 58 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.bak60 mv issm.bak issm.rc59 cat cluster.rc | sed -e "s/cluster_codepath=\/u\/wilkes-r1b\/larour\/Ice\/ice1.proto\/bin/cluster_codepath=\/u\/wilkes-r1b\/morlighe\/svn\/issm\/trunk\/cron\/svn\/issm\/trunk\/bin/g" | sed -e "s/cluster_executionpath=\/home\/larour\/Testing\/Execution/cluster_executionpath=\/u\/wilkes-r1b\/morlighe\/Execution/g"> cluster.bak 60 mv cluster.bak cluster.rc 61 61 cd .. 62 62 -
issm/trunk/scripts/quickinstall.sh
r73 r228 57 57 make install 58 58 59 #5: change issm.rc 60 cd etc 61 cat cluster.rc | sed -e "s/cluster_codepath=\/u\/wilkes-r1b\/larour\/Ice\/ice1.proto\/bin/cluster_codepath=\/u\/wilkes-r1b\/morlighe\/svn\/issm\/trunk\/bin/g" | sed -e "s/cluster_executionpath=\/home\/larour\/Testing\/Execution/cluster_executionpath=\/u\/wilkes-r1b\/morlighe\/Execution/g"> cluster.bak 62 mv cluster.bak cluster.rc 63 cd .. 59 64 fi
Note:
See TracChangeset
for help on using the changeset viewer.