sbin/sync/sync_regardssignes
author cavaliet
Mon, 02 Apr 2012 14:07:30 +0200
branchmaintenance_ldt_0_21
changeset 20 c5433905b0c7
parent 11 777eed530773
child 41 73a0b5e9d663
permissions -rwxr-xr-x
Added tag V00.09 for changeset 3ffae330a9d3

#!/usr/bin/env bash
set -e
if [ -d ~/tmp/regardssignes_V$1 ]; then
    rm -fr ~/tmp/regardssignes_V$1;
fi

hg archive -r V$1 ~/tmp/regardssignes_V$1
echo "archive done"

#text2unix ~/tmp/regardssignes_V$1/web

if [ -d ~/tmp/regardssignes_V$1/web ]; then
    cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/regardssignes_V$1/web/ web.iri.centrepompidou.fr:/iridata/www/amateur/atelier/
+ core
P .htpasswd
P .htaccess
P regardssignes/.htaccess
P regardssignes/config.py
P regardssignes/modwsgi.wsgi
P robots.txt
P env/***
P log/***
P index/***
P static/media/***
P static/content/***
EOT
fi

if [ -d ~/tmp/regardssignes_V$1 ]; then
    echo "Deleting temp export"
    rm -fr ~/tmp/regardssignes_V$1;
fi

#ssh web.iri.centrepompidou.fr sudo apache2ctl restart