sbin/sync/sync_ldt_platform_venv
changeset 588 a18a8abd1089
parent 578 c01075236079
equal deleted inserted replaced
587:c7dbb04fa3de 588:a18a8abd1089
     9 #text2unix ~/tmp/platform_V$1
     9 #text2unix ~/tmp/platform_V$1
    10 
    10 
    11 if [ -d ~/tmp/platform_V$1 ]; then
    11 if [ -d ~/tmp/platform_V$1 ]; then
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/virtualenv/ web.iri.centrepompidou.fr:projects/platform/virtualenv
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/virtualenv/ web.iri.centrepompidou.fr:projects/platform/virtualenv
    13 + core
    13 + core
       
    14 P web/env/***
       
    15 P setup/env/***
    14 EOT
    16 EOT
    15     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/src/ldt/ web.iri.centrepompidou.fr:projects/platform/ldt
    17     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/src/ldt/ web.iri.centrepompidou.fr:projects/platform/ldt
    16 + core
    18 + core
    17 EOT
    19 EOT
    18 fi
    20 fi