Changeset 1525
- Timestamp:
- 08/04/09 08:08:45 (16 years ago)
- Location:
- issm/trunk/cron
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/configs/ice1_config
r1524 r1525 1 #SVN repository 2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 3 1 4 #ISSM directory 2 5 ISSM_DIR="/Users/seroussi/Desktop/backup/svn/issm/trunk/cron/trunk" -
issm/trunk/cron/configs/wilkes_config
r1524 r1525 1 #SVN repository 2 REPOSITORY="http://s383-rhat/issm/svn/issm/trunk" 3 1 4 #ISSM directory 2 5 ISSM_DIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/trunk" -
issm/trunk/cron/nightlyrun.sh
r1524 r1525 4 4 5 5 #get configs 6 CONFIG_FILE="configs/`hostname -s`_config" 7 if [ -f $CONFIG_FILE ]; 6 if [ $# -ne 1 ]; 8 7 then 9 echo "File $CONFIG_FILE not found. exiting..." 10 exit 8 CONFIG_FILE=$1; 11 9 else 12 source $CONFIG_FILE10 echo "no config file specified. Exiting..." 13 11 fi 14 12 … … 24 22 #Erase previous code and Fetch the new one 25 23 rm -rf trunk 26 svn checkout http://s383-rhat/issm/svn/issm/trunk24 svn checkout $REPOSITORY 27 25 28 26 #install ISSM
Note:
See TracChangeset
for help on using the changeset viewer.