Changeset 3615


Ignore:
Timestamp:
04/23/10 13:46:41 (15 years ago)
Author:
Mathieu Morlighem
Message:

now a branch can be used in nightly runs

Location:
issm/trunk/cron
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/nightlyrun.sh

    r3270 r3615  
    5353HOST_NAME=$(host_name $OS);
    5454START_TIME=$(timer);
    55 ISSM_RELEASE="issm";
     55ISSM_RELEASE=$(basename $(echo $REPOSITORY));
    5656USER=$(whoami);
    5757INIT_PATH=$(pwd);
     
    6262
    6363        #Erase previous code and Fetch the new one
    64         rm -rf trunk
     64        rm -rf $ISSM_RELEASE
    6565        svn checkout $REPOSITORY
    6666
  • issm/trunk/cron/report.sh

    r3133 r3615  
    3939MATLAB_FONT='style="color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px; font-weight: normal;" align="left"'
    4040
    41 BODY_STYLE='width="1000px"'
     41BODY_STYLE='width="1050px"'
    4242BODY_FONT="style=\"color:#404040; font-family:Arial, Verdana, Tahoma; font-size:14px;\""
    4343
Note: See TracChangeset for help on using the changeset viewer.