sbin/sync/sync_ldt_platform_venv
changeset 1 eb9188f2ee4f
equal deleted inserted replaced
0:85b071fb75b2 1:eb9188f2ee4f
       
     1 #!/usr/bin/env bash
       
     2 set -e
       
     3 if [ -d ~/tmp/dring93_V$1 ]; then
       
     4     rm -fr ~/tmp/dring93_V$1;
       
     5 fi
       
     6 
       
     7 hg archive -r V$1 ~/tmp/dring93_V$1
       
     8 
       
     9 #text2unix ~/tmp/dring93_V$1
       
    10 
       
    11 if [ -d ~/tmp/dring93_V$1 ]; then
       
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/dring93_V$1/sbin/ web.iri.centrepompidou.fr:projects/dring93/sbin
       
    13 + core
       
    14 EOT
       
    15 fi
       
    16 
       
    17 if [ -d ~/tmp/dring93_V$1 ]; then
       
    18     echo "Deleting temp export"
       
    19     rm -fr ~/tmp/dring93_V$1;
       
    20 fi