Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/scripts/build_mitgcm_front 2018/01/12 21:45:14 1.5 +++ mitgcm.org/scripts/build_mitgcm_front 2018/01/14 20:58:55 1.6 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/build_mitgcm_front,v 1.5 2018/01/12 21:45:14 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/build_mitgcm_front,v 1.6 2018/01/14 20:58:55 jmc Exp $ #-- create a daily log file (if not already there) cd $HOME/testing/logs @@ -22,13 +22,14 @@ echo '' >> $logfile date >> $logfile cat >> $logfile <<EOF -========================================================== -Building the mitgcm.org front pages: -========================================================== +================================================================== +Building the mitgcm.org front pages on: `hostname` as: $USER +================================================================== EOF #export CVSROOT='/u/gcmpack' #cd $HOME/testing/front_content && cvs -q update -P -d #----------- +echo "run 'make install' in ~testing/front_content/ :" >> $logfile cd $HOME/testing/front_content && make install >> $logfile 2>&1 retval=$? if test "x$retval" != x0 ; then
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |