--- a/sbin/sync/sync_ldt_platform_venv Tue Feb 21 12:13:11 2012 +0100
+++ b/sbin/sync/sync_ldt_platform_venv Thu Mar 01 13:17:55 2012 +0100
@@ -9,10 +9,10 @@
#text2unix ~/tmp/platform_V$1
if [ -d ~/tmp/platform_V$1 ]; then
- cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/virtualenv/ clint.culturel.centrepompidou.lan:projects/platform/virtualenv
+ cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/virtualenv/ web.iri.centrepompidou.fr:projects/platform/virtualenv
+ core
EOT
- cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/src/ldt/ clint.culturel.centrepompidou.lan:projects/platform/ldt
+ cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/src/ldt/ web.iri.centrepompidou.fr:projects/platform/ldt
+ core
EOT
fi