Changeset 51 for trunk/install.sh


Ignore:
Timestamp:
04/02/08 10:46:07 (16 years ago)
Author:
pinsard
Message:

small enhancement of peripherical tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.sh

    r50 r51  
    8181 # copy of ${dirwww} on $dirpublish 
    8282 echo "iii : update of ${dirpublish}" 
    83  rsync -av -e ssh ${dirwww}/ ${dirpublish} 
     83 rsync -av --exclude=".DS_Store" -e ssh ${dirwww}/ ${dirpublish} 
    8484 # detect if in dirpublish following this pattern [USER@]HOST:SRC, HOST 
    8585 # is cerbere.locean-ipsl.upmc.fr. If so, a specific update is launched 
     
    9595    dirpublish=${urlpublish##*~} 
    9696    cd ${dirwww} 
    97     lftp -e "mirror -R . ${dirpublish}" -u ${LOGNAME} skyros.locean-ipsl.upmc.fr 
    98     # ++ bye  
     97    lftp -e "mirror -R . ${dirpublish};quit" -u ${LOGNAME} skyros.locean-ipsl.upmc.fr 
    9998    # ++ log 
    10099fi 
Note: See TracChangeset for help on using the changeset viewer.