sbin/sync/sync_ldt_platform_venv
changeset 578 c01075236079
parent 0 bdf22b140727
child 588 a18a8abd1089
equal deleted inserted replaced
577:5d4c87ef9310 578:c01075236079
     7 hg archive -r V$1 ~/tmp/platform_V$1
     7 hg archive -r V$1 ~/tmp/platform_V$1
     8 
     8 
     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/ clint.culturel.centrepompidou.lan: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 EOT
    14 EOT
    15     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/src/ldt/ clint.culturel.centrepompidou.lan:projects/platform/ldt
    15     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/src/ldt/ web.iri.centrepompidou.fr:projects/platform/ldt
    16 + core
    16 + core
    17 EOT
    17 EOT
    18 fi
    18 fi
    19 
    19 
    20 if [ -d ~/tmp/platform_V$1 ]; then
    20 if [ -d ~/tmp/platform_V$1 ]; then