sbin/sync/sync_ldt_platform_venv
changeset 18 d992dc4ad83f
parent 14 3373a0dad50f
equal deleted inserted replaced
17:6115d1ce3a3e 18:d992dc4ad83f
     7 hg archive -r V$1 ~/tmp/eulalie_V$1
     7 hg archive -r V$1 ~/tmp/eulalie_V$1
     8 
     8 
     9 #text2unix ~/tmp/eulalie_V$1
     9 #text2unix ~/tmp/eulalie_V$1
    10 
    10 
    11 if [ -d ~/tmp/eulalie_V$1 ]; then
    11 if [ -d ~/tmp/eulalie_V$1 ]; then
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/eulalie_V$1/sbin/ web.iri.centrepompidou.fr:project/eulalie/sbin
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/eulalie_V$1/sbin/ web.iri.centrepompidou.fr:projects/eulalie/sbin
    13 + core
    13 + core
    14 EOT
    14 EOT
    15 fi
    15 fi
    16 
    16 
    17 if [ -d ~/tmp/eulalie_V$1 ]; then
    17 if [ -d ~/tmp/eulalie_V$1 ]; then