sbin/sync_blinkster_venv
changeset 76 a0bf943e9163
parent 74 c18c0211348b
equal deleted inserted replaced
75:cd12d9d72ca2 76:a0bf943e9163
     7 hg archive -r V$1 ~/tmp/blinkster_V$1
     7 hg archive -r V$1 ~/tmp/blinkster_V$1
     8 
     8 
     9 #text2unix ~/tmp/blinkster_V$1
     9 #text2unix ~/tmp/blinkster_V$1
    10 
    10 
    11 if [ -d ~/tmp/blinkster_V$1 ]; then
    11 if [ -d ~/tmp/blinkster_V$1 ]; then
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/blinkster_V$1/virtualenv/ web.iri.centrepompidou.fr:project/blinkster/virtualenv
    12     cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/blinkster_V$1/virtualenv/ web.iri.centrepompidou.fr:projects/blinkster/virtualenv
    13 + core
    13 + core
    14 EOT
    14 EOT
    15 fi
    15 fi
    16 
    16 
    17 if [ -d ~/tmp/blinkster_V$1 ]; then
    17 if [ -d ~/tmp/blinkster_V$1 ]; then