new version and new location for the platform
authorymh <ymh.work@gmail.com>
Thu, 01 Mar 2012 13:17:55 +0100
changeset 578 c01075236079
parent 577 5d4c87ef9310
child 579 baeac4e33ec8
new version and new location for the platform
sbin/sync/sync_ldt_platform
sbin/sync/sync_ldt_platform_venv
src/ldt/ldt/__init__.py
web/ldtplatform/__init__.py
--- a/sbin/sync/sync_ldt_platform	Tue Feb 21 12:13:11 2012 +0100
+++ b/sbin/sync/sync_ldt_platform	Thu Mar 01 13:17:55 2012 +0100
@@ -10,7 +10,7 @@
 #text2unix ~/tmp/platform_V$1
 
 if [ -d ~/tmp/platform_V$1 ]; then
-    cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/web/ iri@clint.culturel.centrepompidou.lan:/iridata/www/dev/ldt/
+    cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/platform_V$1/web/ iri@web.iri.centrepompidou.fr:/iridata/www/dev/ldt/
 + core
 P .htpasswd
 P .htaccess
--- 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
--- a/src/ldt/ldt/__init__.py	Tue Feb 21 12:13:11 2012 +0100
+++ b/src/ldt/ldt/__init__.py	Thu Mar 01 13:17:55 2012 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 2, 0, "final", 0)
+VERSION = (1, 3, 0, "final", 0)
 
 
 def get_version():
--- a/web/ldtplatform/__init__.py	Tue Feb 21 12:13:11 2012 +0100
+++ b/web/ldtplatform/__init__.py	Thu Mar 01 13:17:55 2012 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 2, 0, "final", 0)
+VERSION = (1, 3, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))