equal
deleted
inserted
replaced
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 |