Ignore:
Timestamp:
08/18/09 16:45:45 (15 years ago)
Author:
sdipsl
Message:
  • Bugfix with test regarding Patch files and empty option
  • Bugfix with rebuildFromWorkdir Job
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r158 r159  
    254254                       
    255255                      IGCM_sys_Get ${file_in} ${file_out} 
    256  
    257                       IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
     256                      #IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
    258257 
    259258                      (( i=i+2 )) 
     
    311310 
    312311                IGCM_sys_Get ${file_in} ${file_out} 
    313  
    314312                IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
    315313 
     
    406404 
    407405                IGCM_sys_Cp ${file_in} ${file_out}  
    408  
    409406                IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
    410407 
     
    770767                    # If we need to apply a patch we use TMP DIRECTORY before ARCHIVING if asynchronous rebuild is on 
    771768                    # 
    772                     if ( [ X$( eval echo \${${compname}_${flag_post}_Patches[0]} ) !=  X${NULL_STR} ] && [ ! X${config_Post_RebuildFrequency} = X${NULL_STR} ] && [ ! X${config_Post_RebuildFrequency} = XNONE ] ) ; then 
     769                    if ( [ ! X$( eval echo \${${compname}_${flag_post}_Patches[0]} ) =  X${NULL_STR} ] && [ ! X${config_Post_RebuildFrequency} = X ] && [ ! X${config_Post_RebuildFrequency} = XNONE ] ) ; then 
    773770                        if [ -f ${file_in} ] ; then 
    774771                            IGCM_sys_Mv ${file_in} ${RUN_DIR}/REBUILD_${PeriodDateBegin} 
Note: See TracChangeset for help on using the changeset viewer.