--- a/sbin/sync/sync_hdabo Thu Dec 11 17:34:22 2014 +0100
+++ b/sbin/sync/sync_hdabo Fri Dec 12 10:43:15 2014 +0100
@@ -9,7 +9,7 @@
#text2unix ~/tmp/hdabo_V$1
if [ -d ~/tmp/hdabo_V$1 ]; then
- cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/hdabo_V$1/web/ iri@web.iri.centrepompidou.fr:/iridata/www/exp/hdabo/
+ cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/hdabo_V$1/src/ iri@web.iri.centrepompidou.fr:/iridata/www/exp/hdabo/
+ core
- hdalab/***
P .htpasswd
--- a/src/hdalab/__init__.py Thu Dec 11 17:34:22 2014 +0100
+++ b/src/hdalab/__init__.py Fri Dec 12 10:43:15 2014 +0100
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-VERSION = (3, 0, 0, "alpha", 5)
+VERSION = (3, 0, 0, "alpha", 6)
def get_version():