Changeset 130 for trunk


Ignore:
Timestamp:
06/08/09 12:30:28 (15 years ago)
Author:
sdipsl
Message:

MAF, SD ; Process mfget file by file to avoid trouble. IDRIS works on this issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ulam.ksh

    r128 r130  
    889889 
    890890        #USUAL WAY 
    891         mfget ${dm_liste[*]} ${DEST} > out_rsync 2>&1 
    892         RET=$? 
     891        ##mfget ${dm_liste[*]} ${DEST} > out_rsync 2>&1 
     892        for BugFileIdris in ${dm_liste[*]} ; do  
     893            echo ${BugFileIdris} 
     894            mfget ${BugFileIdris} ${DEST} >>out_rsync 2>&1 
     895            RET=$? 
     896            if [ ${RET} -gt 0 ] ; then 
     897                echo "IGCM_sys_Get : copy error." 
     898                cat out_rsync 
     899                #IGCM_debug_Exit "IGCM_sys_Get" 
     900            fi 
     901        done 
    893902 
    894903#       #RSYNC WITH NETWORK RSH CALL 
     
    906915#       (( RET=RET+$? )) 
    907916 
    908         if [ ${RET} -gt 0 ] ; then 
    909             echo "IGCM_sys_Get : copy error." 
    910             cat out_rsync 
    911             IGCM_debug_Exit "IGCM_sys_Get" 
    912         fi 
    913917    else 
    914918        ( ${DEBUG_debug} ) && echo "DRYRUN mode = " $DRYRUN >> stack 
Note: See TracChangeset for help on using the changeset viewer.